#analyst-view {
    padding: 20px 10px 10px;
    background: #fff;
    border: #ccc solid 1px;
}

#analyst-view h2 {
    margin-bottom: 10px;
}

#analyst-view h3 {
    background-color: #09f;
    color: #FFF;
    padding: 5px 10px;
    font-size: 13px;
}
#analyst-view .main-time {
    color: #B0B0B0;
    font-size: 12px;
    margin-bottom: 10px;
    float:left;
}
#analyst-view #social-share{
    float:right;
}

#analyst-view .detail{
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 20px;
}
#analyst-view .detail p,
#analyst-view .detail div
{
    margin: 20px 0;
}

#analyst-view .match-info {
    padding: 5px;
    margin: 20px 0px;
}

#analyst-view .match-info .home {
    float: left;
    width: 280px;
    text-align: right;
    line-height: 50px;
    font-size: 18px;
}

#analyst-view .match-info .home img {
    float:left;
    max-width: 70px;
}

#analyst-view .match-info .score {
    float: left;
    width: 230px;
    text-align: center;
    line-height: 50px;
    font-size: 19px;
    font-weight: bold;
}

#analyst-view .match-info .away{
    float: left;
    width: 280px;
    text-align: left;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
}

#analyst-view .match-info .away img {
    float:right;
    max-width: 70px;
}

#analyst-view .match-info .date {
    font-size: 12px;
    font-weight: normal;
}


#analyst-view .line-up {
    margin-bottom: 20px;
}

#analyst-view .formation-header {
    background-color: #555;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
}

#analyst-view .formation-header .home {
    float: left;
    width: 50%;
}

#analyst-view .formation-header .away {
    float: right;
    width: 50%;
}

#analyst-view .formation-header .formation {
    text-align: center;
}


#analyst-view .line-up-field {
    width: 828px;
    height: 458px;
    background: transparent url(/images/vision/pitch.jpg) no-repeat left top;
    color: #fff;
    background-size: 100%;
}

#analyst-view .line-up-field .home {
    width: 50%;
    height: 100%;
    float: left;
}

#analyst-view .line-up-field .away {
    width: 50%;
    height: 100%;
    float: right;
}

#analyst-view .line-up-field div {
    text-align: center;
    margin: 0px;
    padding: 0px;
}
#analyst-view .line-up-field .name {
   text-shadow: 2px 2px #000;
}
#analyst-view .away .column{
    float:right;
}
#analyst-view .home .column{
    float:left;
}
#analyst-view .line-up-field .player {
    display: block;
    position: relative;
    top: 47%;
    height: 40px;
    
}


#analyst-view .line-up-field .number {
    border-radius: 3px;
    height: 22px;
    background-image: url(/images/analyst/lineup-shirt.png);
    background-repeat: no-repeat;
}

.line-up-field .shirt-black {
    background-position: 50% 0px !important;
}

.line-up-field .shirt-red {
    background-position: 50% -22px !important;
}

.line-up-field .shirt-blue {
    background-position: 50% -44px !important;
}

.line-up-field .shirt-green {
    background-position: 50% -66px !important;
}

.line-up-field .shirt-orange {
    background-position: 50% -88px !important;
}

.line-up-field .shirt-yellow {
    background-position: 50% -110px !important;
}

.line-up-field .shirt-pink {
    background-position: 50% -132px !important;
}

.line-up-field .shirt-white {
    background-position: 50% -154px !important;
}

#analyst-view .h2h {
    margin-bottom: 20px;
}

#analyst-view .h2h th {
    background-color: #09f;
    color: #FFF;
    text-align: left;
    padding: 5px 10px;
}

#analyst-view .h2h td {
    padding: 5px 10px;
    border: #DDD solid 1px;
}

#analyst-view .h2h .time {
    width: 80px;
    text-align: center;
    color: #333;
    
}

#analyst-view .h2h .home {
    width: 300px;
    text-align: right;
}

#analyst-view .h2h .score {
    text-align: center;
    font-weight: bold;
}

#analyst-view .h2h .away {
    width: 300px;
    text-align: left;
}
#analyst-view .h2h .win {
    font-weight:bold;
    background: #f6fad6;
}
#analyst-view .league-table{
    margin-bottom:20px;
}
#analyst-view .league-table ._team td{
    font-weight: bold;
    background: #f6fad6;

}
#analyst-view .league-table thead tr {
    background: #EEE;
    padding: 2px 10px 3px;
    color: #656565;
}
#analyst-view .league-table thead th {
    font-size: 11px;
    vertical-align: bottom;
}
#analyst-view .league-table  td {
    padding: 5px 5px;
    border-bottom: #ccc solid 1px;
    text-align: center;
}
#analyst-view .league-table  th.table-group {
    text-align: left;
    background: #999;
    color: #FFF;
    padding: 0 5px;
}
#analyst-view .league-table  td.home-wdl {
    background: #FEE;
}
#analyst-view .league-table  td.away-wdl {
    background: #EEF;
}
#analyst-view .league-table  td.pts {
    font-weight: bold;;
}
#analyst-view .league-table  .no {
    
    width: 20px;
}
#analyst-view .league-table  .team {
    text-align: left;
}
#analyst-view .league-table  .logo {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-size: 15px;
}
#analyst-view .post-like{
    float:left;
    width:500px;
}
tr:nth-child(even) {
    background: #f5f5f5;
}

tr:nth-child(odd) {
    background: #FFF
}
