#downloads { width: 75%; padding: 50px 3% 50px 5%; box-sizing: border-box; display: table-cell; border-left: 2px solid #bbbbe4; vertical-align: top; }

#downloads h3 { margin-top: 50px; }

#downloads p { line-height: 140%; }
#downloads ul li { line-height: 140%; }

.download_table { display: table; width: 100%; max-width: 800px; padding: 10px; border-bottom: 1px solid #bbbbe4; -webkit-transition-duration: 1s; transition-duration: 1s; box-sizing: border-box; }
.download_table:hover { background: #ecf5fc; }
.download_text { display: table-cell;  padding-right: 10px; vertical-align: middle; }
.download_icon { display: table-cell; text-align: right; width: 52px; padding-left: 10px; vertical-align: middle; }

.icon_download { width: 42px; height: 42px; display: block; float: left; margin-right: 10px; background: url('/public/web/images/icon_go_downloads.png') no-repeat top center; -webkit-transition-duration: 1s; transition-duration: 1s; }
.icon_download:hover { background: url('/public/web/images/icon_go_downloads.png') no-repeat bottom center; }



@media screen and (max-width: 980px) {
    
    #downloads { width: 100%; padding: 50px 3%; display: block; border-left: none; }
    
}

@media screen and (max-width: 650px) {
    
    #downloads p { line-height: 160%; }
    
}