.student-employment-detail {
    margin-top:20px;
    overflow:hidden;
    padding-bottom:15px;
}


.student-employment-detail h1 {
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0px 0 5px 0;
}
.student-employment-detail .text {
    font-size: 14px;
    margin-bottom:15px;
}
.student-employment-detail .text strong:first-child {
    padding: 5px 0px;
    font-size: 16px;
    display:block;
}

.student-employment-detail .salary {
    font-size: 18px;
    margin-top:10px;
}
.student-employment-detail .schedule {
    font-size: 18px;
}

.student-employment-detail .text img {
    display:block;
    float:left;
    margin:0 10px 10px 0;
    border: 5px solid #444e54;
}
.student-employment-detail .text img.pointer {
    cursor:pointer;
}

.student-employment-detail .tag {
    display: inline-block;
    background-color: #586369;
    padding: 5px;
    color: #fff;
    margin: 0px 5px 5px 0;
    font-size: 12px;
}

.student-employment-detail .top-header-spacer {
    height:20px;
}



.student-employment-detail .bot-detail-spacer {
    height:10px;
    clear:both;
}

.student-employment-detail .text-main {
    font-size: 16px;
    padding:10px 0;
}

.student-employment-detail .share_block {
    text-align: right;
}

@media screen and (max-width: 700px) {

    

    .student-employment-detail .share_block {
        padding:10px 0;
        float:none;
        margin:0 auto;
        text-align: center;
    }
}

.bx-viewer-prev, .bx-viewer-next {
    border-radius:0 !important;
}
.bx-viewer-close-inner {
    border-radius:0 !important;
}
.bx-viewer-wrap-inner {
    border-radius:0 !important;
}

.bx-viewer-btn-save {
    display:none!important;
}


.student-employment-detail a.back {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    line-height: 25px;
    padding: 5px;
    background-color: #444e54;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    float: right;
    width: 320px;
    text-align:center;
}

.student-employment-detail a.back:hover {
    display: inline-block;
    line-height: 25px;
    padding: 5px;
    background-color: #2bd2f6;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    width: 320px;
    text-align:center;
}

@media (max-width:1200px) {
    .student-employment-detail a.back {
        width:260px;
        margin:0 auto;
        display:block;
        float:none;
    }
    .student-employment-detail a.back:hover {
        width:280px;
        margin:0 auto;
        display:block;
        float:none;
    }
}


.student-employment-detail a.back:active {
    text-decoration: none;
    background-color: #2bd2f6;
    color: #fff;
}