/* ========================================================================== Author's custom styles ========================================================================== */ body { background-color: rgb(39,39,39); font-family: 'Lato', sans-serif; font-weight: 300; color: white; font-size: 15px; } h2 { font-size: 52px; line-height: 50px; } p { line-height: 20px; } hr { margin-top: 0px; } #trees { background-image: url('tree.png'); background-size: 30px 35px; display: inline-block; margin-left: 10px; margin-top: 10px; height: 35px; width: 50px; } #trees { background-image: url('tree.png'); background-size: 30px 35px; display: inline-block; margin-left: 10px; margin-top: 10px; height: 35px; width: 50px; } #factories { background-image: url('smog.png'); background-size: 20px 20px; margin-bottom: 10px; margin-top: -10px; width: 260px; height: 20px; } #tvs { background-image: url('tv.png'); background-size: 24px 20px; margin-bottom: 10px; margin-top: -10px; width: 180px; height: 20px; } #yearlyDollar { background-image: url('dollar.png'); background-size: 27px 50px; float: right; height: 50px; width: 55px; } #monthlyDollar { background-image: url('dollar.png'); background-size: 27px 50px; float: right; height: 50px; width: 25px; } .lineHeight { line-height: 21px; margin-top: 35px; } .subhead { margin-bottom: 0px; margin-top: -5px; } .save { margin-top: 18px; margin-bottom: 0px; } .bold { font-weight: bold; line-height: 10px; font-size: 24px; } .light { font-weight: normal; } .floatLeft { display: inline-block; float: left; margin-top: -20px; } .perDay { float: left; margin-top: -20px; padding-left: 13px; } .perDay h2 { line-height: 20px; } .small { font-size: 17px; } .medium { font-size: 29px; } hr { border-bottom: 0px; } .yellow { border-color: rgb(220, 191, 36); } .green { border-color: rgb(57, 181, 157); } .red { border-color: rgb(238, 106, 35); } .green h2{ margin-top: 0px; } .bottomfix { margin-bottom: 0px; } .infolink { margin-top: 50px; font-weight: bold; font-size: 18px; } .infolink a:link { color: rgb(238, 106, 35); } .infolink a:visited { color: rgb(238, 106, 35); } .floatLeft h2 { margin-bottom: 0px; } .enmax { margin-bottom: 30px; }