
body {
    font-size: 140%;
}

/* random stuff */

.container {
    max-width: 98%;
}

ul {
    list-style: circle inside;
}

.data_header {
    float: left;
}

.data_actions {
    display: block;
    float: left;
    padding-left: 50px;
}

dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
    margin: 0 0 0 0px;
    padding: 0 0 0.5em 0;
}

dt::after {
    content: ":";
}

dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
}

/* links */

a {
    text-decoration: none;
}

/* headers */

h1{
    color: #003d4c;
    margin:0.3em 0;
    font-size: 180%;
}

h2{
    color:#;0000EE
    padding-top: 1em;
    margin:0.3em 0;
    font-size: 180%;
}

h3{
    color:#0000EE;
    padding-top:2em;
    font-size: 140%;
}

h3.title {
    text-decoration: none;
    cursor: pointer;
}

/* tables */

table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color:#333;
    background-color: #fff;
    clear:both;
    padding: 0;
    margin: 0 0 2em 0;
    white-space: normal;
}

th {
    background-color: #e2e2e2;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #003d4c;
    border-bottom: 1px solid #003d4c;
    text-align: center;
    padding:1px 4px;
}

table tr td {
    border-right: 1px solid #ddd;
    padding:4px 4px;
    vertical-align:top;
    text-align: center;
}

table tr.altRow td {
    background: #f4f4f4;
}

table td.actions {
	white-space: nowrap;
}

.related {
    margin-left: 3em;
}

.submit {
    margin-left: 3em;
}

.noindent > .submit {
    margin-left: 0em;
}

.candidate_input {
    float: left;
}

.candidate_info_div {
    float: left;
    padding-left: 10px;
    position: relative;
    top: -5px;
}

.clear_div {
    clear: both;
    padding-bottom: 10px;
}

.ballot_checkbox {
    margin-bottom: 0px;
}

.ballot_name {
}

.ballot_title {
    display: block;
}

.ballot_department {
    display: block;
}
