/* News panel */ #last-news { background-color: #EEE; position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: auto; } .news-column { max-width: 550px; margin: 0 auto; } .new { margin: 10px; padding: 20px; background-color: white; color: #222; border: none; border-radius: 1px; box-shadow: 0 2px 2px #CCC; } #news-right .new { margin-left: 0; } /* New */ .new h2 { font-size: 17px; color: #000; font-weight: bold; } .new-info { font-size: 12px; color: #444; text-align: right; margin-top: 4px; margin-bottom: 4px; } .new-text { margin-top: 25px; } .new-text li { margin: 6px 0; } .new img { display: block; margin: auto; max-width: 320px; width: 90%; max-height: 320px; padding: 15px; } /* Survey */ #survey { position: absolute; right: 0px; width: 170px; top: 0px; } #question, #survey-votes { text-align: center; margin: 12px; } #answers .radio { text-align: right; } #survey button { display: block; margin: auto; }