/* ================================================
 * DNETWO.BOT STYLE
 * Common elements shared across the dnetwo.bot plugin
 * ================================================ */

/* Forms */
.dnetwo-form .form-table th { padding-top: 15px; padding-bottom: 15px; }
.dnetwo-form .form-table td { padding-top: 10px; padding-bottom: 10px; }
.dnetwo-form--registration .form-table th { width: 55px; }
.dnetwo-form--general .form-table th { width: 95px; }

/* Bots */
.dnetwo-bot-spoilers { margin-top: 25px; }
.dnetwo-bot-spoiler { background-color: #fff; padding: 5px 20px; margin-top: 20px; }
.dnetwo-bot-spoiler:first-child { margin-top: 0; }
.dnetwo-bot-spoiler h3 { font-size: 1.2em; }
.dnetwo-bot-top-inputs {  }
.dnetwo-bot-top-input-group { float: left; margin-left: 19px; }
.dnetwo-bot-top-input-group:first-child { margin-left: 0; }
.dnetwo-bot-top-input-group label { display: block; margin-bottom: 6px; }
.dnetwo-bot-top-input-group a { display: block; background-color: #38a439; color: #fff; text-decoration: none; padding: 4px 10px 5px; margin-top: 25px; }
.dnetwo-bot-config {  }
.dnetwo-bot-config-title { background-color: #f7f7f5; font-size: 1.9em; padding: 3px 10px 4px; margin-bottom: 0; }
.dnetwo-bot-config-desc { margin-bottom: 1.6em; }
.dnetwo-bot-config-pages { margin-bottom: 2em; }
.dnetwo-bot-config-active label { display: inline-block; width: 120px; font-weight: bold; }
.dnetwo-bot-config-active input { margin-top: 0; }
