
/* PRODUCT MANUALS PAGE */ 

.manuals { float: left; width: 350px; margin-bottom: 50px; }

.manuals .row:after { content: ""; display: table; clear: both; }

.manuals .column.one-third { width: 99%; }

.manuals .column { float: left; margin-left: 0; }

.manuals .column:first-child { margin-left: 0; }

.manuals ul { margin-top:0; margin-bottom:0; }

.manuals ul li { list-style: disc; padding-bottom: 10px; }

.manuals ul li a { font-size: 16px; line-height: 22px; font-weight: 400; font-family: 'open sans', Arial, sans-serif; line-height: 25px!important; }

.manuals ul li.spanish { font-size: 14px; line-height: 23px!important; font-weight: 400; font-family: 'open sans', Arial, sans-serif; line-height: 25px!important; }

a.spanish-link { font-size: 13px!important; }

@media (min-width: 768px) {

.manuals .column.one-third { width: 30%; }

.manuals .column { margin-left: 5%; }

.manuals ul li a { font-size: 17px; line-height: 25px!important; }
}
