#root {
	overflow: inherit;
}

.chat-msg-log {
	
    color: #999;
    font-size: 12px;
    position: relative;
    background-color: transparent;
    width: 100%;
    text-align: center;
    display: table;
    z-index: 9;
}
.top-section > h1 {
	color: #fff;
	margin-top: 10px;
}
.posts > .post > .post-actions > .post-action > .action-label {
	height: auto;
	color: #789;
	margin-left: 4px;
	font-size: 12px;
}
.my-teams-list-body-item > div > a > img {
	margin: 5px 0;
}
.up-gm-list-item > img {
	margin: 10px;
	width: inherit;
	height: 45px;
}
.upcoming-games-view-head > * {
	font-size: 12px;
}
.sport-details > div:last-child {
	-ms-flex: 3 1 0%;
	flex: 3 1 0%;
}
.my-teams-list-body-item > div > a {
	margin: 0 2px 5px;
}
.sport-details .sport-detail:last-child {
	border-bottom: .0px solid #fff;
}
.my-teams-list-body-item > div {
	-ms-flex: 18 1 0%;
	flex: 18 1 0%;
}
.my-teams-list-body-item {
	margin: 20px 20px 5px 0;

}
.my-sports-items-content > div {

	width: 50px;
	height: 50px;
}
.my-sports-items-content > div > img {
	width: 40px;
	height: 40px;
}
.event-view-pane-view {
	padding: 20px 20px;
}
.about-label {
	padding: 0 0 10px;

}
.event-view-pane {
	padding-top: 0px;
}
.chat-text-box {
	padding: 10px;
}
.chat-text-box > i {
	font-size: 30px;
}
.chat-right-view-header {
	width: 64%; position: relative;
}
.chat-right-view-header > i {
	font-size: 26px;

}
.chat-right-view-header > .chat-author {
	padding: 10px;
}
.chat-right-view-header > i:hover {
color: red; background-color: transparent;
}
.chat-right-view-header .material-icons:nth-child(3){position: absolute;
    right: 0px;
    background-image: url(/images/info.png);
    background-repeat: no-repeat;
    background-size: 26px;
    font-size: 0;
    width: 26px;
    height: 21px;}
    .chat-right-view-header .material-icons:nth-child(3):hover{ background-image: url(/images/info_hover.png);}
    .chat-right-view-header .material-icons:nth-child(2):hover{ background-image: url(/images/delete_hover.jpg);}
    .chat-right-view-header .material-icons:nth-child(2) {
        position: absolute;
        background-image: url(/images/delete.jpg);
        right: 33px;
        background-repeat: no-repeat;
        background-size: 26px;
        font-size: 0;
        width: 26px;
        height: 21px;
        transform: rotate(0deg);
    }
.chat-msg-log::after {
    
        content: "";
        height: 1px;
        width: 33%;
        position: absolute;
        background-color: #999;
        right: 0;
        top: 0px;
        z-index: 0;
        top: 12px;
    }
.chat-msg-log::before {
	content: "";
	display: table;
	position: absolute;
	z-index: 1;
	width: 33%;
	height: 1px;
	background-color: #999;
	left: 0;
	top: 12px;
}