main .header_container {
    display: block;
    float: left;
    background-image: url(../_img/tracing-header.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
    width: 100%;
    height: 175px;
}

@media(min-width:1024px) {
    main .header_container {
        height: 220px;
    }
}

@media(min-width:1200px) {
    main .header_container {
        height: 318px;
    }
}

main .content {
    display: block;
    margin: auto;
    padding: 0px 12px;
    width: 100%;
    max-width: 934px;
    text-align: center;
}

@media(min-width:1800px) {
    main .content {
        max-width: 1124px;
    }
}
main .content img{
    margin: 20px auto;
}
.content .subtitle {
    display: block;
    float: left;
    margin-top: 40px;
    color: #173250;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    width: 100%;
}

@media(min-width:768px) {
    .content .subtitle {
        margin-top: 70px;
        font-size: 22px;
        line-height: 27px;
    }
}

.content .title {
    display: block;
    float: left;
    margin-top: 15px;
    color: #0092BE;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    line-height: 39px;
    width: 100%;
}

@media(min-width:768px) {
    .content .title {
        margin-top: 10px;
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 10px;
    }
}

.content .notification_content {
    display: block;
    float: left;
    position: relative;
    margin-top: 6px;
    width: 100%;
    padding-bottom: 40px;
}

@media(min-width: 1024px){
    .content .notification_content {
        padding-bottom: 60px;
    }
}

@media(min-width: 1800px){
    .content .notification_content {
        padding-bottom: 100px;
    }
}
.notification_content .blue_button {
    display: block;
    float: none;
    margin: 50px auto;
    border-radius: 22px;
    background-color: #0092BE;
    color: #fff;
    font-family: 'Lato-Bold';
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    padding: 0px 20px;
    max-width: 220px;
    transition: background-color 150ms;
}
.notification_content .blue_button:hover {
    background-color: #173250;
}
.notification_content .subtitle_content{
    display: block;
    float: left;
    width: 100%;
    font-size: 20px;
    color: #173250;
    font-family: 'Lato-Bold';
    margin: 15px;
}
.notification_content p{
    font-family: 'Lato-Regular';
    font-size: 18px;
    color: #444444;
}
.notification_content a{
    color: #F78E1E;
}

.tracking_number{
    margin-bottom: 50px;
}

.tracking_service{
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #f5f5f5;
    color: #0092BE;
    font-family: 'Lato-Bold';
}

.tracking_time{
    padding: 0px 20px 30px;
    background-color: #f5f5f5;
}

.tracking_button{
    margin-bottom:50px;
    padding-bottom: 60px;
    padding-top: 10px;
    background-color: #f5f5f5;
}

.tracking_button a{
    display: block;
    background-color: #F78E1E;
    color: #fff;
    font-family: 'Lato-Bold';
    text-align: center;
    text-decoration: none;
    width: 200px;
    border-radius: 19px;
    font-size: 15px;
    line-height: 38px;
    margin: 0 auto;
}

.tracking_button a:hover {
    text-decoration: underline;
}

strong{
    font-family: 'Lato-Bold'
}

.tracking_time span{
    display: block;
    margin-top: 10px;
    font-size: 28px!important;
}