/* * CSS - SIPRP.pt (print area) * * Made by Ana Fragateiro * * evolute.pt * */ body{ background: #fff; margin:0; width:100%; font-size: 13px; font-family:century gothic,verdana,arial,sans-serif; } .title{ font-weight: bold; font-size: 13px; color: #678995; font-family:century gothic,verdana,arial,sans-serif; border-bottom:2px solid #678995; padding:10px 8px; } .info{ font-size: 12px; color:#444444; margin-top: 5px; margin-bottom: 5px; } table{ margin: 10px; border-collapse:collapse; font-size: 13px; } table .tableheader { font-size: 13px; background: #678995; padding: 5px; color: #fff; } table .tableheader td{ padding:10px 8px; } table .elements td{ border-bottom: 1px solid #cccccc; border-collapse:collapse; padding:6px 8px; font-size: 13px; } .normal_text b{ font-weight: bold; color:#BF1B2E; } .space{ margin-bottom: 25px; } a{ color: #bf1b2e; text-decoration: none; font-size: 13px; } #cont{ width: 800px; margin-left:auto; margin-right:auto; }