body { font-family: Arial, Helvetica, sans-serif; font-size:1.2rem; margin:0; padding:0; color:#333; background-image: url(/images/bg.png); } .adminTemplate{ section.accounts{ .charges{ label{ display: inline; margin-right: 2rem; } } .accountList{ margin-top: 2rem; header{ font-weight: bold; } div.left{ clear: both; float: left; width: 10rem; height: 4rem; } div.right{ float: left; input{ margin-top: -0.5rem; } } } } } // Survey Report Styles #surveyReport{ .reports{ // Survey Reports .reportData{ // Dashboard .surveyGraph { display: none } // Detail Reports #surveyDetail{ .surveyList{ float: left; #surveyGrid { width: 30rem !important; } } #currentSurvey{ float: left; padding: 0 3rem; width: 56rem; .question { margin-bottom: 1rem; } .answer { margin-bottom: 1rem; } } } } // Towns Report #townsReport{ .reportTable{ float: left; width: 50%; height: 15rem; h2{ font-size: 2rem; padding: 2.5rem 0 1rem; } table{ th, td{ border: solid 1px #000000; padding: 0.5rem; } } } } } } #saveStaff { margin-top: 3rem; label{ float: left; width: 100%; } input{ float: left; margin: 0 1rem 0 0; } }