/* CSS Document */
#features {border-color: #C2C2C2;border-style: solid;border-width: 1px 0 1px 1px;display: block;margin-top: 10px;/*width: 100%;*/ width: calc(100% - 25px); margin-left: 25px;}
#features th, #features td {border-right: 1px solid #C2C2C2;}
#features th {background-color: #616161;color: #FFFFFF;font-size: 18px;padding: 10px;}
#features td {padding: 10px 20px;}
#features td:nth-child(2n) {background-color: #F3F3F3;}
.list {display: block; width: 100%;}
.list li {font-size: 15px;list-style-image: url(../images/list-icon.png);margin-left: 20px;padding: 5px 0;}
.list a {color: #333333; text-decoration: none;}
.list a:hover {text-decoration: underline;}
.content-title small {font-size: 18px;}