﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.exp_a {
    background-color: #eee;
    margin-bottom: 2px;
}

.exp_a_name {
    font-size: 14pt;
}

.exp_p {
    margin-left: 15px;
    margin-right: 15px;
}

.exp_p table {
    margin-right: 15px;
    margin-left: 15px;
    border: 1px solid #999;
    white-space: pre;
    font-family: 'Courier New', monospace;
    width: 100%;
    color: #000;
    background-color: #ccc
}

.exp_p table th {
    background-color: #999;
    text-align: left;
}

.exp_p table tr td:nth-of-type(1) {
    border-right: 1px solid #eee;
}

.exp_a {
    padding-right: 30px;
}

.headshot {
    float: left;
    height: 9.9em;
    border-radius: 50%;
    margin: 20px;
}

hr {
    clear: both;
}

.code {
    color: #000;
}

.string {
    color: #800;
}

.comment {
    color: #070;
}

dfn {
    border-bottom: 1px dotted #00c
}

dfn:hover {
    text-shadow: 0 0 0.2em #adF;
}
