/** Admin stylesheet **/

.section-title { padding: 8px; background: #111; text-shadow: none; font-weight: 300; color: #eee; font-family: Helvetica, Arial, sans-serif; width: 70%; }
.section-table, .section-table td { font-family: Helvetica, Arial, sans-serif; }
.section-table { width: 70%; border-collapse: collapse; border: 1px #ccc solid; }
.section-table td { border: 1px #ccc solid; vertical-align: top; padding: 8px; }
.section-table td:first-child { width: 25%; }

.button-primary, .button-secondary { margin-top: 10px; }

.success { background: #D8FEB2; border: 1px #228B22 solid; color: #228B22; padding: 5px; margin-top: 15px; }
.formerror { background: #FF6666; border: 1px #8B0000 solid; color: #8B0000; padding: 5px; font-weight: 700; margin-top: 15px; }