* { margin: 0; padding: 0; } body { background-color: #4b7399; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; } a { color: #00f; img { border: none; } } p, article { margin: 14px 0; } th, td { padding: 4px 1px; } h1 { margin-bottom: 20px; } li { list-style-position: inside; } .clear { clear: both; height: 0; overflow: hidden; } .none { display: none; } .text_right { text-align: right; } .margin-right-tiny { margin-right: 4px; } .bottom_space { margin-bottom: 14px; } .bold { font-weight: bold; } #container { width: 80%; margin: 0 auto; background-color: #fff; padding: 20px 40px; border: solid 1px black; margin-top: 20px; } .flash { position: fixed; top: 0; left: 0; width: 100%; color: #fff; &.notice { background-color: rgba(0, 178, 5, 0.9); } &.alert { background-color: rgba(208, 0, 0, 0.9); } &.warning { background-color: rgba(227, 183, 113, 0.9); } p { text-align: center; } } #user_nav { p { text-align: right; } } .errors { color: #d00; } input[type="text"], input[type="password"], textarea { width: 300px; height: 30px; font-size: 16px; } input[type="submit"] { font-size: 20px; } textarea { height: 120px; }