    .job-title {
        font-weight: 600;
        float: left;

    }

    h2 {
        font-weight: 400;
        font-size: 1.4em;
    }

    h2.subheader {
        margin-left: 20px
    }


    .pbr {
        margin-bottom: 2.5rem;
    }

    #apply {
        background: #33cccc;
        border-radius: 0px;
        padding: 10px 20px;
        color: #ffffff;
        display: inline-block;
        text-align: center;
        font-weight: 100;
        font-size: 2rem;
        margin: 0 0 20px 0
    }

    button:hover {
        background: #383;
    }

    ul {
        list-style-type: square;
    }


    /* Accordion styles */

    .tab {
        position: relative;
        margin-bottom: 1px;
        width: 100%;
        color: #001422;
        overflow: hidden;
        background: #dedede;
    }

    #bottom {
        margin-bottom: 20px;
    }

    .tab-in {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

    .label-head {
        position: relative;
        display: block;
        padding: 0 0 0 1em;
        background: #dedede;
        line-height: 3;
        cursor: pointer;
        font-size: 1.5em;
        font-weight: bold;
    }


    .tab-content {
        float: left;
        max-height: 0;
        overflow: hidden;
        background: #f4f4f4;
        -webkit-transition: max-height .35s;
        -o-transition: max-height .35s;
        transition: max-height .35s;
        transition-timing-function: ease-in;
    }

    .tab-content p {
        margin: 20px;
    }

    .status {
        float: right;
        text-align: right;
        margin-right: 63px;
        color: #cd3333;
        font-weight: bold
    }

    .contact {
        font-weight: bold;
        color: #cd3333;
        font-size: 1.6rem;
    }

    /*.tab-content .subheader ~ p {
        margin-left:20px
    }*/

    /* :checked */

    input:checked~.tab-content {
        max-height: 150em;
    }

    #maincontent input[type=checkbox]+label::before {
        display: none;
    }

    #maincontent input[type=checkbox]:checked+label::before {
        display: none;
    }

    /* Icon */

    .label-head::after {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 3em;
        height: 3em;
        line-height: 3;
        text-align: center;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
        transition-timing-function: ease-in;
    }

    input[type=checkbox]+label::after {
        content: "+";
    }

    input[type=radio]+label::after {
        content: "\25BC";
    }

    input[type=checkbox]:checked+label::after {
        transform: rotate(-45deg);
    }

    input[type=radio]:checked+label::after {
        transform: rotateX(-45deg);
    }

    @media (max-width: 550px) {
        .status {
            float: left;
            width: 100%;
            text-align: left;
            line-height: 1;
            padding-bottom: 10px;
        }
        .job-title {
            line-height: 2
        }
    }

    @media (max-width: 410px) {
        .label-head {
            font-size: 1.2em;
        }
    }