﻿.es-panel {
    background-color: #f4f4f4;
    font-size: 12.5px;
    color: #444;
    line-height: 16px;
    font-weight: 400;
    text-align: justify;
    margin: 0 auto;
    margin-top: 10px;
}

.boxes {
    background-color: #FFF;
    margin-bottom: 15px;
    padding: 15px;
    border-bottom: solid 1px #88008B !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
    /* border-radius: 10px;
    box-shadow: 0 4px 2px -2px #cecece; */
}

.legend-title {
    padding-bottom: 14px; 
    border:0;
}


.box-content-1 .more {
    overflow: hidden;
    clear: left;
}

.box-content-1 .title {
    float: left;
    clear: left;
    width: 16%;
    line-height: 16px;
    padding-right: 10px;
    font-weight: 300;
    color: #999;
}

.box-content-1 .desc {
    float: left;
    width: 71%;
    font-size: 13px;
    color: #444;
    line-height: 16px;
    font-weight: 300;
    text-align: justify;
}

.box-content-1 {
    color: #666;
}

    .box-content-1 h6 {
        font-weight: 400;
        font-size: 18px;
        margin-top: 5px;
    }

        .box-content-1 h6 a {            
            text-transform: capitalize;
        }

            .box-content-1 h6 a:hover {                
                text-decoration: underline;
            }

.box-content-2 {
    background-color: #f9f9f9;
    padding: 5px 15px;
    border-radius: 3px;
    border: solid 1px #eaeaea;
    margin: 0;
}

a.viewJob {
    font-size: 13px;
    color: #555;
}

    a.viewJob:hover {
        color: #f15f43;
    }
