@charset "UTF-8";
main.second .soccerTitle {
    margin: 0 auto
}

main.second .soccerTitle .teamLeft {
    text-align: center;
    float: left;
    padding: 10px 10px 0 0;
    margin: 0 0 20px;
    width: 42%;
    font-size: .875rem;
    font-weight: 700;
    box-sizing: border-box
}

main.second .soccerTitle .teamLeft span {
    line-height: 30px;
    display: block;
    float: none;
    font-size: .75rem
}

main.second .soccerTitle .teamLeft img {
    height: 80px;
    width: auto;
    display: block;
    float: none;
    margin: 0 auto
}

main.second .soccerTitle .teamRight {
    text-align: center;
    float: right;
    padding: 10px 0 0 10px;
    margin: 0 0 20px;
    width: 42%;
    font-size: .875rem;
    font-weight: 700;
    box-sizing: border-box
}

main.second .soccerTitle .teamRight span {
    line-height: 30px;
    display: block;
    float: none;
    font-size: .75rem
}

main.second .soccerTitle .teamRight img {
    height: 80px;
    width: auto;
    float: none;
    margin: 0 auto;
    display: block
}

main.second .soccerTitle .teamCenter {
    float: left;
    height: 66px;
    padding: 0 20px;
    margin: 18px 0 20px;
    background: url(../images/border_baseball.png) 0 0 repeat-x;
    position: relative;
    width: 16%;
    box-sizing: border-box
}

main.second .soccerTitle .teamCenter img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
