.descval_lable
{
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;

    position: relative;
    z-index: 10000;

    float: left;

    width: auto;
    width: 250px;
    margin-top: 3px;

    text-align: right;
    text-align: left;

    color: #3f3327;
    background: #fdfdfd;
    text-shadow: none;

    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}

#logo-search
{
    margin-bottom: 20px;
}

#etb-add-desc .panel-title:before
{
    font: normal normal normal 14px/1 FontAwesome;

    padding-right: 5px;

    content: none;
}



/*** Left Panel ***/

#item-description {
    color: hsl(0, 0%, 47%);
}

/* Left Panel, Category Div */
#etb-cats .panel-body a
{
    font-family: 'Open Sans', sans-serif;
    /* background: url(../images/checkbox-unchecked-gray-md.png) no-repeat scroll left center rgba(0, 0, 0, 0); */
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;

    float: left;

    width: 70%;
    height: auto;
    margin: 0;
    padding: 0;

    list-style-type: none;

    cursor: pointer;
    transition: color 350ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
    text-transform: capitalize;
    /* background-position: 4px -7px; */
    /* background-repeat: no-repeat; */

    color: hsl(0, 0%, 47%);
}

#etb-cats .panel-body a:before
{
    width: 21px;
    height: 21px;
    padding: 0 10px 0 0;

    content: url(../../images/Icd9n.png);

    background: url(../../images/checkbox-unchecked-gray-md.png) center center no-repeat;
}

#etb-cats .panel-body a:hover:before
{
    width: 21px;
    height: 21px;
    padding: 0 10px 0 0;

    content: url(../../images/Icd9n.png);

    background: url(../../images/gray-check-mark.png) center center no-repeat;
}/* End Left Panel, Category Div */


/* Left Panel, Helpful Links */
#etb-helplinks .panel-body a
{
    font-family: 'Open Sans', sans-serif;
    /* background: url(../images/checkbox-unchecked-gray-md.png) no-repeat scroll left center rgba(0, 0, 0, 0); */
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;

    float: left;

    width: 70%;
    height: auto;
    margin: 0;
    padding: 0;

    list-style-type: none;

    cursor: pointer;
    transition: color 350ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
    text-transform: capitalize;
    /* background-position: 4px -7px; */
    /* background-repeat: no-repeat; */

    color: hsl(0, 0%, 47%);
}

#etb-helplinks .panel-body a:before
{
    width: 21px;
    height: 21px;
    padding: 0 10px 0 0;

    content: url(../../images/Icd9n.png);

    background: url(../../images/checkbox-unchecked-gray-md.png) center center no-repeat;
}

#etb-helplinks .panel-body a:hover:before
{
    width: 21px;
    height: 21px;
    padding: 0 10px 0 0;

    content: url(../../images/Icd9n.png);

    background: url(../../images/gray-check-mark.png) center center no-repeat;
}/* End Left Panel, Helpful Links */

