/* 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: 0px;
    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;
}

#outputHeaderLabel {
    float: left;
    font-size: 13px;
    width: 60%;
    height: auto;
    text-align: left;
    font-weight: 700;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 6px;
    clear: none;
    min-height: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
}

#outputHeader {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 45px;
    clear: none;
    width: 79.999548%;
    margin-bottom: 8px;
    min-width: 1000px;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    margin-right: auto;
    position: relative;
    padding-bottom: 0px;
    max-width: 1200px;
}

#amount {
    float: left;
    font-size: 0.8em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 8px;
    clear: both;
    min-height: 0px;
    margin-bottom: 0px;
    margin-right: 20px;
}

#outputHeaderFunctionBox {
    float: right;
    height: auto;
    clear: none;
    width: 24.298469%;
    position: absolute;
    top: auto;
    left: auto;
    right: 4px;
    bottom: -3px;
}

#outputHeaderListIco {
    float: right;
    height: 20px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 25px;
    margin-right: 14.859375px;
    background-image:url("img/icoListArrange03.png");
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    margin-bottom: 0px;
}

#outputHeaderTilesIco {
    float: right;
    height: 20px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 25px;
    margin-right: 0px;
    background-image:url("img/icoListArrange02.png");
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    margin-bottom: 0px;
}

#outputHeaderExport {
    float: right;
    font-size: 0.8em;
    width: auto;
    height: 20px;
    text-align: right;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: 10px;
    padding-top: 4px;
    margin-bottom: 0px;
}

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

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

#average {
    float: left;
    font-size: 0.8em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 8px;
    clear: none;
    min-height: 0px;
    margin-bottom: 0px;
    margin-right: 20px;
}

#detailLink {
    float: left;
    font-size: 0.8em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 8px;
    clear: none;
    min-height: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    color: rgb(37, 120, 184);
}

@media only screen and (max-width: 768px) {
    #outputHeader {
        width: 95%;
        min-width: 0px;
        height: auto;
    }

    #amount {
        width: auto;
        font-size: 13px;
        margin-top: 7px;
        margin-left: 0px;
        clear: none;
        margin-right: 18px;
    }

    #outputHeaderExport {
        margin-top: 0px;
    }

    #outputHeaderFunctionBox {
        margin-top: 0px;
        width: 35.9%;
        top: 0px;
        bottom: auto;
    }

    #outputHeaderLabel {
        font-size: 1em;
        margin-left: 0px;
        margin-right: 0px;
        float: none;
        clear: none;
        margin-top: 3px;
        margin-bottom: 0px;
    }

    .primaryContainer {
        width: 100%;
    }

    #average {
        width: auto;
        font-size: 13px;
        margin-right: 18px;
    }

    #detailLink {
        width: auto;
        font-size: 13px;
    }
}

@media only screen and (max-width: 480px) {
    #outputHeader {
        max-width: none;
        width: 100%;
    }

    #amount {
        line-height: 1.4em;
        font-size: 13px;
    }

    #average {
        line-height: 1.4em;
        font-size: 13px;
    }

    #detailLink {
        line-height: 1.4em;
        font-size: 13px;
    }
}

