/* content */ .content { float: left; width: 512px; height: 341px; display: block; background: #ffffff; background-image:url('img/icon1.png'); background-size:512px 341px; } .content .header { padding: 10px 10px; margin-top: 15px; margin-bottom: 2px; font-weight: bold; font: bold 1em Verdana,sans-serif; display: block; /* color: #ffffff;*/ } .content .line { padding: 2px 2px; position: relative; display: inline-block; /* color: #ffffff; */ } .content .line .label { padding: 3px 5px; margin-bottom: 2px; text-indent: 20px; width: 100px; float: left; font: normal 0.9em Verdana,sans-serif; display: inline-block; } .content .line .value { padding: 1px 5px; margin-bottom: 0px; width: 200px; font: normal 0.9em Verdana,sans-serif; float: left; display: inline-block; } .content .line .sufix { padding: 3px 5px; margin-bottom: 2px; width: 20px; font: normal 0.9em Verdana,sans-serif; float: left; display: inline-block; /* color: #ffffff; */ } input { text-align:right; background-color: rgba(255, 255, 255, 0)} #rounded-corner { font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; font-size: 12px; margin: 45px; width: 480px; text-align: left; border-collapse: collapse; } #rounded-corner thead th.rounded-company { background: #b9c9fe url('source/table-images/left.png') left -1px no-repeat; } #rounded-corner thead th.rounded-q4 { background: #b9c9fe url('source/table-images/right.png') right -1px no-repeat; } #rounded-corner th { padding: 8px; font-weight: normal; font-size: 13px; color: #039; background: #b9c9fe; text-align: right; } #rounded-corner td { padding: 8px; background: #e8edff; border-top: 1px solid #fff; color: #669; text-align: right; } #rounded-corner tfoot td.rounded-foot-left { background: #e8edff url('source/table-images/botleft.png') left bottom no-repeat; } #rounded-corner tfoot td.rounded-foot-right { background: #e8edff url('source/table-images/botright.png') right bottom no-repeat; } #rounded-corner tbody tr:hover td { background: #d0dafd; }