﻿/*FIXTURES*/
.list-fixtures-home {
    margin: 0 auto;
    width: 100%;
}

.home-rugby-fixture {
    height: 158px;
    width: 284px;
    float: left;
    margin: 0 4px 8px 4px;
    border: solid 1px #dfdfdf;
    padding: 0px;
    color: #000;
    font-family: Roboto;
}

    .home-rugby-fixture:hover {
        box-shadow: 0 0px 4px 0px rgba(0,0,0,0.3);
        transition: box-shadow 0.3s ease-in-out;
    }

.team-name-wrapper {
    width: 112px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 2px;
}

.home-rugby-header {
    height: 50px;
    width: 100%;
    text-align: center;
}

    .home-rugby-header h3 {
        font-size: 15px;
        font-weight: bold;
    }

    .home-rugby-header h4 {
        font-size: 12px;
    }

.home-rugby-content {
    width: 100%;
    margin: 5px 0px;
}

    .home-rugby-content img {
        height: 80px;
        width: auto;
    }

.team-vs-wrapper {
    float: left;
    width: 58px;
    text-align: center;
}

    .team-vs-wrapper img {
        height: 80px;
    }

.home-rugby-footer {
    width: 100%;
    background: #6c7813;
    padding: 6px 8px;
    color: #fff;
    height: 46px;
}

    .home-rugby-footer img {
        height: 12px;
        float: left;
    }

    .home-rugby-footer h4 {
        font-size: 12px;
        float: left;
        margin: 0 5px;
    }

.home-rugby-logo {
    height: 150px;
    width: auto;
}

.team-logo-wrapper2 {
    width: 112px;
}

.home-rugby-fixture-width {
    width: 304px;
}

.team-logo-wrapper-fixture {
    width: 120px;
}

/*RESULTS*/
.zoomInResults {
    height: 20px;
    transition: all .2s ease-in-out;
}

    .zoomInResults:hover {
        transform: scale(1.03);
    }

.home-rugby-results {
    height: 100%;
    width: 100%;
    float: left;
    margin: 0; /*10px*/
    border: solid 1px #dfdfdf;
    color: #000;
    margin-bottom: 15px;
}

.home-rugby-results-content {
    width: 100%;
    margin: 0; /*5px 0px*/
}

    .home-rugby-results-content img {
        height: 80px;
        max-width: 103px;
        /*height: auto;
        width: 55px;
        transform: scale(1.8,1.8);*/
    }

        .home-rugby-results-content img:hover {
            transform: scale(1.1,1.1);
        }

.home-rugby-results-left {
    float: left;
    width: 47%;
    overflow: hidden;
    height: 80px;
}

.home-rugby-results-center {
    width: 6%;
    float: left;
    height: 80px;
    padding: 28px 0px;
    text-align: center;
}

.home-rugby-results-right {
    float: right;
    width: 47%;
    overflow: hidden;
    height: 80px;
}

.home-rugby-results-footer {
    background-color: #f6f6f6;
    padding: 0px 10px;
    height: 63px;
    width: 100%;
    text-align: center;
    font-family: Roboto;
}

    .home-rugby-results-footer h4 {
        font-size: 15px;
        font-weight: bold;
    }

    .home-rugby-results-footer h3 {
        font-size: 13px;
        margin: 0px 0px 6px 0px;
    }

.home-rugby-results-logo {
    height: 150px;
    width: auto;
}

.home-rugby-results-score {
    font-family: BentonSans;
    font-size: 34px;
}

.home-rugby-results-svg {
    width: 55px;
    overflow: hidden;
}
