.columns
{    
   float: left; 
    width: 100%;

}
.columns ul
{
    margin-top: 5px;    
    text-align: left;   
  list-style: none;
  list-style-type: none ;
           
    }
.columns ul li
{
    position: relative;   
    text-indent: 0em;
    float: left;
    width: 14em;
    font-size: 1.2em;
    font-weight: bolder;
    color: #811730;
    white-space: nowrap;
    padding: 0 0 0 0;
    }

.columns ul li ul li
{ 
border-bottom: solid 1px #811730;
    text-indent: 0em;
    font-size: .7em;
    color: #000000;
    font-weight: normal;
    
}    
