/* This code is only meant for previewing your Reflow design. */
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    max-width: none;
    min-width: 1024px;
    float: none;
    margin-top: 0px;
    clear: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

body {
    font-family: open-sans;
    color: rgb(50, 50, 50);
    font-weight: 200;
    line-height: 1.2em;
    font-size: 1em;
}

#detailHeader {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 25px;
    clear: none;
    width: 79.999315%;
    margin-bottom: 0px;
    min-width: 1000px;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    margin-right: auto;
    max-width: 1200px;
}

#detailBackBtn {
    float: left;
    height: 32px;
    margin-left: 0px;
    margin-top: -6px;
    clear: none;
    width: 32px;
    background-image:url("img/breadcrumbsBullet.png");
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: 90%;
    background-size: 90%;
    margin-right: 0px;
    margin-bottom: 0px;
    display: block;
}

#detailBreadcrumbs {
    float: left;
    font-size: 13px;
    width: 73%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.3em;
    margin-left: 0px;
    margin-top: 1px;
    clear: none;
    min-height: 0px;
    padding-left: 4px;
}

#breadcrumbsSpan {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(37, 120, 184);
}

#breadcrumbsSpan1 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(37, 120, 184);
}

#breadcrumbsSpan2 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(37, 120, 184);
}

#breadcrumbsSpan3 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(37, 120, 184);
}

#breadcrumbsSpan4 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(37, 120, 184);
}

#detailHeaderInfoBox {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 23%;
    margin-right: 0px;
    margin-bottom: 0px;
}

#detailHeaderInfoStar {
    float: right;
    height: 12px;
    margin-left: 0px;
    margin-top: 2px;
    clear: none;
    width: 12px;
    background-image:url("img/icoStar.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 0px;
}

#detailHeaderInfoID {
    float: right;
    font-size: 13px;
    width: auto;
    height: auto;
    text-align: right;
    font-weight: 700;
    line-height: 1.3em;
    margin-left: 5px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#detailHeaderInfoTimer {
    float: right;
    font-size: 13px;
    width: auto;
    height: auto;
    text-align: right;
    font-weight: 500;
    line-height: 1.3em;
    margin-left: 0px;
    margin-top: 3px;
    clear: both;
    min-height: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
    #detailHeader {
        width: 94.999186%;
        min-width: 0px;
        clear: none;
    }

    #detailBreadcrumbs {
        width: 95.1%;
        font-size: 15px;
    }

    #detailHeaderInfoBox {
        width: 100%;
        clear: right;
        margin-top: 15px;
    }

    #detailHeaderInfoID {
        font-size: 15px;
    }

    #detailHeaderInfoTimer {
        font-size: 15px;
    }

    #detailBackBtn {
        margin-top: -4px;
    }

    .primaryContainer {
        min-width: 768px;
        width: 100%;
    }
}

