@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
.container,
.container-fluid {
    /* padding-left: 0 !important; */
    margin-left: 0 !important;
}
.page-margin {
    margin-top: 0px !important;
}

.gameWrapInner iframe {
    width: 100% !important;
    height: 600px;
}

.content-container.container {
    width: 100%;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.gwliLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
}

.gwliLeft span {
    display: block;
}

.gwliLeft span img {
    display: block;
    width: 100%;
}

.gwliRight {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 10px;
}

.gwliRight ul {
    padding: 0;
    margin: 0;
    list-style: none; 
}

.gameWrapList {
    background: #eee;
    padding: 4px;
    max-height: 600px;
    overflow-y: auto;
}

.gameWrapListInner:not(:last-child) {
    margin-bottom: 10px;
}

.gwliRight h5 {
    font-weight: bold;
    font-size: 12px;
    margin-top: 0;
}

.gwliRight h6 {
    font-size: 12px;
}

.w-100 {
    width: 100%;
}

.gwiRight ul {
    padding: 0;

}

.gwiRight ul li:not(:last-child) {
    margin-right: 15px;
}

.gwiRight ul li a {
display: block;
color: #aeaeae;
font-weight: bold;
text-decoration: none;
}
.gwiRight ul li a i {
color: #919191;
}
.gwiRight ul li a:hover {
color: #919191;
}

.gwiRight ul li.discussion a {
    background: #db3838;
    color: #fff;
    text-decoration: none;
    padding: 9px 10px;
    display: block;
    border-radius: 6px;
}

.gameWrapInner h2 {
    margin: 0;
    font-weight: bold;
    font-size: 26px;
}

.gameWrapInnerMid {
    padding: 4px;
    border-bottom: #ccc 2px solid;
}
*{
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.gameWrapInnerMid h3 , .gameWrapInnerMid h5{
    margin: 0;
}
.gameWrapInnerMid h3 {
font-weight: bold;
}
.gwiRight ul {
    margin: 0;
    padding: 0;
    float: left;
    
}
.gwiRight ul:first-child {
    margin-right: 15px;
  }
.tabArea {
padding: 30px;
background: #f4f4f4;
}
.tabArea .nav-tabs {
font-size: 14px;
border-bottom: 1px solid #d2d2d2;
}
.tabArea .tab-content h3 {
margin: 0 0 15px;
}
.tabArea .tab-content {
/* padding-top: 20px; */
}
.gameWrap {
padding: 20px 0 0;
}
.gameWrapList {
width: 100%;
}

.tabArea .tab-content h3 {
font-weight: bold;
}
.tabArea .tab-content h3 {
font-weight: bold;
font-size: 19px;
}
.tabArea .tab-content p:not(:last-child) {
margin: 0;
}
.reactions-box {
    /* bottom: 32% !important; */
    /* left: 27px !important; */
}

.fullscreenbutton {
	position: absolute;
	right: 30px;
	
	font-size: 20px;
	color: #fff !important;
	
	width: 28px;
	text-align: center;
    top:20px;
}