/*
* Tips
*/

.tips-date-header {
padding: 0;
margin: 0;
font-size: 1.4rem;
margin-top: 6.8em;
margin-bottom: 2.2em;
padding-top: 1.2em;
padding-bottom: 1.2em;
line-height: 1.6em;
text-align: center;
background: #2980b9;
color: #ffffff;
border-radius: 2px 2px 0 0;
}

.tips-date-header:first-of-type {
margin-top: 6.8em;
}

.tips-date-header span {
text-transform: lowercase
}

.tip {
margin-bottom: 5.2em;
padding-bottom: 1.2em;
border-bottom: 1px solid #ecf0f1;
}

.tip-details {
padding-top: 0.8em;
padding-bottom: 0.8em;
margin-bottom: 1.2em;
background: #ecf0f1;
}

.tip-teams {
font-size: 1.2em;
text-align: center;
}

.tip-league {
margin-top: 0.42em;
margin-bottom: 0.24em;
font-size: 0.92em;
text-align: center;
}

.tip-time {
font-size: 0.92em;
text-align: center;
}

.tip-tip {
margin: 0.8em auto 0 auto;
padding-left: 0.8em;
line-height: 1.32em;
max-width: 420px;
position: relative;
}

.tip-tip .tip-label {
display: inline-block;
width: 6.2em;
padding-right: 0.52em;
}

.tip-tip .tip-data {
font-weight: bold;
}

.tip-result {
position: absolute;
top: 0.42em;
right: 4.4em;
}

.tip-result div {
text-align: center;
}

.tip-result .tip-score {
display: block;
font-size: 1.2em;
font-weight: bold;
}

.tip-result .tip-img {
margin-top: 0.72em;
width: 30px;
}

.tip-result .live-score {
display: block;
font-size: 1.2em;
font-weight: bold;
color: #e74c3c;
}

.tip-result .live-time {
display: block;
margin-top: 0.72em;
color: #e74c3c;
}

.tip-desc p {
margin-left: 15px;
margin-right: 15px;
margin-top: 0.38em;
margin-bottom: 0.38em;
line-height: 1.6em;
text-indent: 2em;
}


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

@keyframes blink {
60% { opacity: 0 }
}


@media screen and (max-width: 420px) {
.tips-date-header {
border-radius: 0;
}
.tip-result {
right: 4.8em;
}
.tip-desc p {
margin-left: 10px;
margin-right: 10px;
}
}


@media screen and (max-width: 400px) {
.tip-result {
right: 3.8em;
}
}


@media screen and (max-width: 320px) {
.tip-desc p.tip-link {
text-indent: 0;
}
.tip-result {
right: 2.8em;
}
}

