
#home-leftpanel { float: left; width:50%; overflow: hidden; }
#home-rightpanel  { float: left; width:50%; overflow: hidden; }

.condition-div {
        /*
        border-left-width:2px;
        */
        border-right-width:2px;
        border-style:solid;
        border-right-color:#CCCCCC;
        border-left-color:#CCCCCC;
        border-top-width:0px;
        border-top-color:#CCCCCC;
        /* border-bottom-width:2px; */
        border-bottom-color:#CCCCCC;
        color: #000000;
        font-family: helvetica,arial,verdana,sans-serif;
        font-size: 12px;
        text-decoration: none;
        font-weight: normal;
        text-align: justify;
        overflow: auto;
        background-color: rgb(255,255,255);
        text-align: left;
}

.top-gap {
    padding-top: 10px;
}

