﻿ul{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:square;
    margin:15px;
}

#features_table {
    border:solid 1px #EA7A16;
            -moz-border-radius:8px;
        -webkit-border-radius:8px;
}
#features_table .head{
    background-color:#EA7A16;
    font-size:14px;
    padding:5px;
}
#features_table .row{
    padding:5px;
    opacity:0.8;
}
#features_table .row:hover{
    opacity:1;
}
#features_table .th{
    width:200px;
}