h2 {
    font-size: 20px;
}
footer {
    margin-top: 20px;
}
legend {
    margin-bottom: 5px;
}
.inline {
    display: inline;
}
.filter-form,
.search-form {
    background: #eee;
    padding: 10px;
    border-radius: 5px;
}
.filter-form strong,
.search-form strong {
    font-size: 20px;
}
.dashboard-module {
    border: 1px solid #eee;
    padding: 10px;
    margin: 20px 0;
    border-radius: 3px;
}
.dashboard-module h2 {
    font-size: 13px;
    font-weight: normal;
    line-height: 1em;
    text-transform: uppercase;
}
.pos-highlight {
    background: #3c3;
    margin-bottom: 10px;
    height: 10px;
}
.neg-highlight {
    background: #c33;
    margin-bottom: 10px;
    height: 10px;
}
.dropdown-menu li button {
    display: block;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    text-align: left;
}
.dropdown-menu li button span {
    display: inline-block;
    padding: 3px 20px;
}
.dropdown-menu li button:hover,
.dropdown-menu li button:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu li a.delete {
    color: #f00;
}
.dropdown-menu li a.delete:hover {
    color: #fff;
}
td form {
    margin: 0;
}
td .in-resp-post {
    margin-top: 10px;
    font-size: 11px;
    color: #777;
}
.admin-comments-view th {
    width: 25%;
}
.muted.secondary {
    font-size: 11px;
}
td .muted.secondary {
    display: block;
    margin: 3px 0;
}
.progress {
    display: inline-block;
    background: #ccc;
    padding: 1px 3px;
    margin: 3px 0;
    min-width: 25px;
    border-radius: 3px;
    color: #000;
}
.admin-abuse-reports-manage .gravatar,
.admin-comments-manage .gravatar,
.admin-commenters-manage .gravatar,
.admin-commenters-view .gravatar,
.admin-comments-view .gravatar {
    float: left;
    margin-right: 10px;
}
.gravatar {
    border-radius: 5px;
}
.stats-by-day {
    padding: 10px 0;
}
.stats-by-day li {
    float: left;
    width: 20%;
    list-style: none;
    border-radius: 3px;
    text-align: center;
}
.stats-by-day > span {
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0 10px;
}
.stats-by-day span span {
    display: block;
    font-size: 30px;
    font-weight: bold;
}
.metrics-by-day {
    padding: 10px 0;
}
.metrics-by-day li {
    float: left;
    width: 10%;
    list-style: none;
    border-radius: 3px;
    text-align: center;
}
.metrics-by-day > span {
    display: block;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0 10px;
}
.metrics-by-day span span {
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.control-group-inline label,
.control-group-inline input {
    display: inline;
}
.thumbs-up,
.thumbs-down {
    display: inline-block;
    padding-right: 21px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
}
.thumbs-up {
    background: #eeeeee url(/images/tick.png) no-repeat right center;
}
.thumbs-down {
    background: #eeeeee url(/images/cross.png) no-repeat right center;
}
.admin-comments-view .thumbs-up,
.admin-commenters-view .thumbs-up,
.admin-comments-view .thumbs-down,
.admin-commenters-view .thumbs-down {
    display: inline-block;
    margin-right: 10px;
}
.activity-logs li {
    margin: 10px 0;
}
.or {
    margin-top: 50px;
    font-size: 100px;
    color: #ccc;
    text-align: center;
}
table .sorted {
    border-bottom: 3px solid #0088cc;
}
.latest-activity-module {
    background: #333;
    border: none;
    min-height: 32px;
    color: #fff;
}
.latest-activity-module .gravatar {
    border: 1px solid #ccc;
}
.latest-activity-module a {
    color: #ccc;
}
.form-signin {
    max-width: 280px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.form-signin .form-signin-heading {
    margin-bottom: 10px;
}
