@charset "utf-8";

    /* This CSS blocks text selection for entire set of pages */
    div, p, a {
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
    }

    .page-menu-container{
    position: relative;
    top: 10px;
    left: 0px;
    right: 0px;
    width: %100;
    }

    .page-menu-panel{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font: 12px Arial, Helvetica;
    font-weight: bold;
    text-align: center;
    width: 600px;
    height: 26px;
    list-style-type: none;
    text-transform: none;
    }

    .page-button{
    position: relative;
    background: #346374;
    text-color: #ffffff;
    color: #ffffff;
    width: 106px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    padding: 4px 0px 4px 0px;
    list-style-type: none;
    text-transform: none;
    text-decoration: none;
    }

    .download-dsdsse{
    background-color: #16A127;
    text-color: #ffffff;
    color: #FFFFFF;
    width: 654px;
    margin-top: 13px;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #6A6FAF;
    border-radius: 6px;
    padding: 4px 0px 4px 0px;
    list-style-type: none;
    text-transform: none;
    text-decoration: none;
    }

    .footer{
    width: %100;
    }

    .footer-text{
    position: relative;
    font: 12px Arial, Helvetica;
    background: #FF0000;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 400px;
    padding: 0px 0px 1px 0px;
    }

    .space-below-footer{
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0px 20px 0px;
    width: %100;
    }