.risco_row {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.risco_title {
    font-weight: bolder;
    font-size: 18px;
}

.risco_title h1 {
    /*background-color: #229ACE;*/
    background-color: #CCCCCC;
    /*color: #FFF;*/
    font-size: 16px;
    margin: -10px -10px 5px;
    padding: 10px 12px;
    text-align: left;
    text-transform: uppercase;
}

.risco_sub_title {
    margin-bottom: 10px;
}
.risco_green{
    color: #00FF00;
}
.risco_grey{
    color: #999;
}
.risco_red{
    color: #FF0000;
}
.risco_left {
    float: left;
    margin-bottom: 5px;
}
.risco_image {
    float:left;
}
.risco_image img {
    width: 170px;
    height: 150px;
}

.risco_ul_bullets li {
    list-style: disc !important;
    margin: 0px 0px 0px 20px;
    padding: 2px;
}

.risco_container {
    /*border: 1px solid #229ACE;*/
    border: 1px solid #CCCCCC;
    padding: 10px;
    background-color: #FFF;
}

.risco_font_18 {
    font-size: 18px;
}

#risco-icon-green {
    background: url('/img/bife_risco.png') no-repeat 0px 0px;
}

#risco-icon-grey {
    background: url('/img/bife_risco.png') no-repeat -25px 0px;
}

#risco-icon-red {
    background: url('/img/bife_risco.png') no-repeat -50px 0px;
}

.risco_bold_underline {
    text-decoration: underline;
    font-weight: bolder;
}

.risco_table{
    border:1px solid gray;
    width:100%;
}

.risco_table_tr{
    border-bottom:1px solid gray;
}

.risco_table_td_left{
    border-right:1px solid gray;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.risco_table_td_right{
    text-align: justify;
    padding:3px;
}