/* Dropdown sections
   ========================================================================== */
#table_subcatagory_section {
    display: none;
}

#common_salary_section, #private_salary_section, #private_quotient_section, #private_employment_section, #private_answers_section, #private_benefits_section, #region_salary_section, #state_salary_section, #pharmacy_salary_section {
    display: none;
}

/* Information boxes
   ========================================================================== */
.info_headline h2, .info_readmore h2 {
    margin: 0px;
}

.info_headline {
    float: left;
    width: 80%;
    height: 25px;
}

.info_readmore {
    float: left;
    position: relative;
    width: 20%;
    height: 25px;
    text-align: right;
}

.info_readmore a {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.info_teaser {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.info_article {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    display: none;
}

/* Pagination
   ========================================================================== */
.pagination_box {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2.1em;
    margin-right: 10px;

    border-style: solid;
    border-width: 1px;
    border-color: rgba(198, 198, 198, 1.0); /* 30% black - Borders */
    -webkit-border-radius: 15px;       
    -moz-border-radius: 15px;    
    -o-border-radius: 15px;    
    border-radius: 15px;
}

.pagination_box_active {
    background-color: rgba(191, 185, 185, 0.35); /* PD Grey */
}

/* Print
   ========================================================================== */
.print_box {
    float: right;
    width: auto;
    height: 30px;
    text-align: center;
    line-height: 2.1em;
    padding: 0px 10px;

    border-style: solid;
    border-width: 1px;
    border-color: rgba(198, 198, 198, 1.0); /* 30% black - Borders */
    -webkit-border-radius: 15px;       
    -moz-border-radius: 15px;    
    -o-border-radius: 15px;    
    border-radius: 15px;
}