/*
* Styles for facts pages
*/

#facts-wrapper {
padding: 0 0.6em 3.2em 0.6em;
color: #34495e;
}

@media screen and (max-width: 640px) {
#facts-wrapper {
padding-left: 0;
padding-right: 0;
}
}

.gma {
display: block;
width: 100%;
line-height: 2.8em;
color: #34495e;
vertical-align: top;
clear: both;
text-decoration: none;
background: #f7f7f7;
}

.gma:hover {
background: #ecf0f1;
}

.gma span {
display: inline-block;
vertical-align: top;
}

.hour {
width: 40px;
padding: 0 0 0 4px;
white-space: nowrap;
}

.flag {
width: 25px;
margin: 0 8px;
text-align: center;
}

.flag img {
margin: 0;
padding: 0;
width: 25px;
height: 15px;
vertical-align: -2px;
}

.code {
width: 52px;
white-space: nowrap;
overflow: hidden;
}

.res {
width: 64px;
text-align: center;
font-weight: bold;
}

.od {
width: 196px;
}

.ho1, .do, .ao1 {
width: 64px;
text-align: right;
}

.ht1, .at1 {
width: calc(50% - 226px);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.ht1 {
text-align: right;
}

.at1 {
text-align: left;
}


.win {
font-weight: bold;
}

.lv {
color: #d64541;
}

.status {
width: 52px;
text-align: right;
color: #d64541;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.fact {
margin: 0.92em 0 4.2em 0;
}

.fact p {
padding: 0 0.6em;
font-size: 0.92em;
line-height: 1.6em;
text-indent: 0.8em;
}

.fact p span {
vertical-align: 1px;
}


@media screen and (max-width: 768px) {
.hour {
width: 42px;
padding-left: 2px;
}
.flag {
margin-left: 6px;
margin-right: 6px;
}
.code {
width: 42px;
}
.res {
width: 56px;
}
.od {
width: 152px;
}
.ho1, .do, .ao1 {
width: 48px;
}
.ht1, .at1 {
width: calc(50% - 192px);
}
}

@media screen and (max-width: 640px) {
.head {
position: relative;
}
.hour {
font-size: 14px;
line-height: 1.8em;
}
.code {
position: absolute;
line-height: 1.32em;
top: 1.72em;
left: 2px;
font-size: 14px;
}
.flag {
margin-left: 4px;
margin-right: 4px;
}
.status {
width: 50px;
}
.ht1, .at1 {
width: calc(50% - 168px);
}
}


@media screen and (max-width: 568px) {
.head {
width: 36px;
padding-right: 10px;
line-height: 0;
}
.hour {
display: block;
width: 100%;
padding-top: 3px;
line-height: 1.38em;
font-size: 11px;
}
.code {
top: 3.52em;
font-size: 11px;
}
.flag {
position: absolute;
display: block;
margin-left: 2px;
text-align: left;
}
.flag img {
margin-top: 3px;
}
.ht1, .at1 {
width: calc(50% - 54px);
}
.gma {
line-height: 1.8em;
padding-top: 0.4em;
padding-bottom: 0.4em;
position: relative;
}
.od {
display: block;
width: 100%;
}
.do {
width: 56px;
text-align: center;
}
.ho1 {
width: calc(50% - 28px);
text-align: right;
padding-right: 20px;
}
.ao1 {
width: calc(50% - 74px);
text-align: left;
padding-left: 20px;
}
.status {
position: absolute;
width: 64px;
bottom: 0.42rem;
right: 8px;
font-size: 14px;
}
}







/*
* Date navigation
*/
#date-nav-wrapper {
margin: 20px 20px 20px 20px;
height: 48px;
}

#date-nav {
float: right;
width: 100%;
max-width: 432px;
height: 36px;
text-align: center;
background: #ecf0f1;
border: 6px solid #f7f7f7;
}

#dn-title {
margin: 0;
padding: 0;
display: inline-block;
line-height: 36px;
font-size: 1.12em;
font-weight: normal;
color: #34495e;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: calc(100% - 82px);
}

#dn-left, #dn-right {
display: block;
width: 36px;
height: 36px;
line-height: 36px;
background: #165d7b;
}
#dn-left {
float: left;
}
#dn-right {
float: right;
}

.dn-left-arrow, .dn-right-arrow {
display: block;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
}
.dn-left-arrow {
background-image: url("/images/svg/nav-left-arrow.svg");
}
.dn-right-arrow {
background-image: url("/images/svg/nav-right-arrow.svg");
}
.dn-disabled {
background-color: #bdc3c7;
}

#top-games-ad {
text-align: center;
width: calc(100% - 492px);
float: left;
margin-top: -4px;
}

#top-games-ad img {
width: 192px;
height: 51px;
border-radius: 5px;
}

#top-games-ad-txt {
color: #535c68;
font-size: 0.92em;
margin-top: -6px;
text-align: center;
}


.facts-info {
margin: 1.6em 0 3.2em 0;
padding: 0 0.6em;
font-size: 0.92em;
line-height: 1.6em;
text-indent: 0.8em;
color: #d64541;
}


.facts-link {
margin: 2.2em auto 1.72em auto;
padding: 0 0.6em;
text-align: right;
font-size: 1.2em;
}

.facts-link a {
color: #2455c3;
text-decoration: none;
}

.facts-link a:hover {
text-decoration: underline;
}

.facts-link a:visited {
color: #2455c3;
}



@media screen and (max-width: 720px) {
#date-nav-wrapper {
height: 100px;
}
#top-games-ad {
float: none;
width: auto;
text-align: left;
}
.facts-link {
text-align: center;
}
}


@media screen and (max-width: 500px) {
#date-nav-wrapper {
margin-left: 0;
margin-right: 0;
}
#date-nav {
margin-left: auto;
margin-right: auto;
float: none;
width: inherit;
}
#top-games-ad {
text-align: center;
}
}



.event {
background: #c5eff7;
}

.bl {
animation: blink 1.2s step-end infinite;
}

@keyframes blink {  
50% { opacity: 0; }
}
