.tab-local-solution {
    background-position: left;
    background: #E7F1FB url(../images/B_G.png);
    font-family: Tahoma, Arial, sans-serif;
    /*font-size: 75%;
    background-repeat: repeat-x;*/
    height: 100%;
    min-height: 610px;
}
.tab-local-solution #so-container{
    width: 1308px;
    margin: auto;
}
.tab-local-solution #so-left{
    width:230px;
    background-color: #F2FAFD;
    min-height: 610px;
}
.tab-local-solution table tr{
    cursor: pointer;
    color: #1c5a80;
    font-size: large;
}
.tab-local-solution table tr:hover{
    background-color: #0F2543 !important;
    color: #FFF;
}
.tab-local-solution table tr.selected{
    background-color: #008A8C;
    color: #FFF;
}
.tab-local-solution #so-center{
    width:800px;
    margin-left: 4px;
    margin-right: 4px;
    color: #666666;
    top: 2px;
    background-color: #EFEFEF;
}
.tab-local-solution #so-center .w3-row{
    padding: 4px;
}
.tab-local-solution #so-center img{
    float: right;
    margin-left: 5px;
    margin-bottom: 2px;
}
.tab-local-solution #so-center #treatment-steps{
    float: right; 
    padding: 5px; 
/*    margin-top: 5px; */
    border: 1px solid #800000; 
    border-radius: 5px;
    background-color: #F4F4F4; 
    width: 212px; 
    height: 325px;
    font-size: 15px;
}
.tab-local-solution #so-center #center-31{
    float: left; 
    padding: 3px; 
    border: 1px solid #800000; 
    border-radius: 5px;
    background-color: #FCFCFC; 
    width: 574px; 
    height: 325px;
    font-size: 15px;
}
.tab-local-solution #so-center .tr-steps{
    background-color: #EFEFEF;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    margin: 1px;
    color: #003366;
    padding: 4px 4px;
    width: 100%;
    text-align: left;
}
.tab-local-solution #so-center .tr-steps:hover{
    background-color: deepskyblue;
}
.tab-local-solution #so-center #step2{
    background-color: #FFC66F;
    position: relative;
}
.tab-local-solution #so-center #center-4{
    padding: 5px; 
    margin: 4px; 
    border: 1px solid #800000; 
    border-radius: 5px; 
    background-color: #FCFCFC;
    font-size: 15px;
}
.tab-local-solution .buttondl{
    display: block;
    text-align: justify;
    background-color: #FCFCFC;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    margin: 1px;
    padding: 2px 8px;
    font-size: 15px;
    color: ##333435;
}
.tab-local-solution .buttondl a{
    display: block;
    color: #003366;
}
.tab-local-solution a {
    color: #1c5a80;
    text-decoration: none;
}
.tab-local-solution #so-right{
    width:270px;
    color: #666666;
    top: 2px;
    background-color: #EFEFEF;
    min-height: 610px;
}
.tab-local-solution header{
    border-width: 2px;
    border-style: solid;
    text-align: center;
}


