form.register { margin: 0 auto; text-align: center; width: 300px; } .g-recaptcha { float: left; } label { float: left; text-align: center; width: 100%; font-size: 14px; font-weight: bold; } .right-hint { float: right; text-align: right; font-size: 10px; margin-top: -15px; padding-right: 5px; font-weight: bold; color: rgb(144,13,13); } .info, .success, .warning, .error, .validation { border: 1px solid; margin: 10px 0px; padding:15px 10px 15px 50px; background-repeat: no-repeat; background-position: 10px center; border-radius: 5px; } .info {color: #00529B;background-color: #BDE5F8;background-image: url('../images/icons/info.png');} .success {color: #4F8A10;background-color: #DFF2BF;background-image:url('../images/icons/success.png');} .warning {color: #9F6000;background-color: #FEEFB3;background-image: url('../images/icons/warning.png');} .error {color: #D8000C;background-color: #FFBABA;background-image: url('../images/icons/error.png');} table.ranking-cms { margin-top: 20px; margin-bottom: 15px; tr { height: 45px; } th,td { border-top: 1px solid rgba(255,255,255,0.2); border-bottom: 1px solid rgba(0,0,0,0.1); border-left: 1px solid rgba(0,0,0,0.1); border-right: 1px solid rgba(255,255,255,0.2); padding-left: 10px; padding-right: 10px; } .left { text-align: left; } .right { text-align: right; } .dark-bg { background: rgba(0,0,0,0.2); } .find-bg { background: rgba(133,1,1,0.2); } } .ranking { margin-left: 10px; } #LastUpdate { float: right; text-align: right; font-size: 11px; } .tb-download { margin: 0 auto; border: 1px dashed rgba(255, 255, 255, 0.1); margin-bottom: 10px; tr { height: 25px; } td { padding: 0 5px 0 5px; border: 1px dashed rgba(255, 226, 187, 0.5); line-height: 25px; img { float: left; margin: 4px 5px 4px 0; } } } #trim-line { float: left; margin: 10px 0 10px 0; width: 100%; height: 1px; border-bottom: 1px dotted rgba(255, 255, 255, 0.1); }