.hlpfPic img {
    border-radius: 50%;
    height: 100%;
    margin: 0 auto;
    display: block;
}
.side_box {
    border: 1px solid lightgray;
    padding: 1em;
    margin-bottom: 0.5em;
}
.goalbox {
    width: 106px;
    height: 106px;
}
.goaltext2 {
    font-size: smaller;
    width: initial;
    padding-right: 3px;
}
.timeline_circle {
    background: #00aeef;
}
.timeline {
    width: 33%;
    display: block;
    float: left;
    margin-right: 1em;
}
.tcircle_missing {
    margin: 10px auto;
    font-size: 13px;
    border-radius: 40px;
    height: 40px;
    width: 40px;
}
.tcircle_text {
    color: #fff;
    position: absolute;
    top: 10px;
    left: 8px;
    font-family: 'Oswald', sans-serif;
}
a.regional {
    width: 86%;
    display: block;
}
.regional .hlpfBox5 {
    width: 16%;
}
user agent stylesheet div .timeline {
    width: 33%;
    display: block;
    float: left;
    margin-right: 1em;
}
.timeline .wrap {
    min-height: 5em;
}
#tabsYear {
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0px;
}
#tabsYear a:hover {
    background: #1a92b7;
}
#tabsYear a.active {
    background: #fff;
    color: #666;
}
#tabsYear a,
.tabsYear a:hover {
    display: inline-block;
    background: #1a92b7;
    color: #fff;
    font-size: 14px;
    font-family: Oswald;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#tabsYear li {
    list-style: none;
    display: inline;
    margin: 0px;
    float: left;
    margin-right: 5px;
}
.tabsNew li {
    margin-bottom: 10px;
}
#subHeadline {
    font-size: 16px;
    background-color: white;
    margin-bottom: 0;
}
#top-title {
    text-transform: uppercase;
    color: #999;
    font-family: roboto;
    font-size: 16px;
}
.hlpfBox5 .wrap {
    height: auto;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.programmeLine {
    border: 1px solid #ddd;
    float: left;
    margin-bottom: 0.5em;
    width: 96.5%;
}
.programmeLineTime {
    width: 15%;
}
.programmeLineContent {
    width: 71%;
}
.programmeLineType {
    width: 11%;
}

/*media tablet*/

@media (max-width:1060px) {
    a.regional {
        width: 79%;
    }
    .regional .hlpfBox5 {
        width: 40%;
    }
    #main-title {
        clear: right;
    }
    .timeline {
        width: 62%;
    }
}

/*media phone*/

@media (max-width:660px) {
    .programmeLine {
        width: 91%;
    }
    .programmeLineTime {
        width: 100%;
    }
    .programmeLineContent {
        width: 71%;
    }
    .programmeLineType {
        width: 40%;
        float: left;
    }
    .tabsProgramme li,
    .tabsProgramme a {
        width: 100%;
    }
    .floatRight_300 {
        width: 90%;
    }
}
