@font-face {
    font-family: "Source Sans";
    src: url("../font/SourceSansPro-Regular.otf");
    font-weight: 400;
}

@font-face {
    font-family: "Source Sans";
    src: url("../font/SourceSansPro-Light.otf");
    font-weight: 200;
}

@font-face {
    font-family: "Source Sans";
    src: url("../font/SourceSansPro-Semibold.otf");
    font-weight: 600;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline!important;
}

html, body {
    padding: 0 0;
    margin: 0 0;
    font-size: 13pt;
    font-weight: 200;
    color: #ddd;
    height: 100%;
}

header {
    padding: 22px;
    margin-bottom: 50px;
    background-color: #fff;
    color: #383838;
    font-weight: 400;
    border-top: 7px solid #4b4d4e;
}

header p{
    margin: 0 0;
}

h1, h2, h3 {
    font-weight: 400;
}

h1 {
    font-size: 170%;
    font-weight: 600;
}

h2 {
    padding: 10px 0;
    font-size: 138%;
    font-weight: 200;
}

p {
    margin-left: 10px;
}

p.center {
    text-align: center;
}

.content {
    margin: 0 auto;
    width: 350px;
}

.panel {
    margin: 0 auto;
    width: auto;
    margin: 15px 0;
}

label {
    padding: 5px 0;
    margin-left: 60px;
    margin-right: -50px;
    line-height: 10px;
    vertical-align: middle;
}

input[type="radio"], topcoat-radio-button__checkmark {
    position: relative;
    top: .25em;
}

buttun {
    min-height: 31px;
    padding: 10px;
}

.overtext {
    width: 30px;
    display: block;
    position: relative;
    text-align: left;
    left: -155%;
    vertical-align: top;
    color: #c6c8c8;
    font-size: 80%;
}

select {
    height: 31px;
    width: 121px;
    display: block;
    line-height: 1.688rem;
    font-size: 0.875rem;
    letter-spacing: 0;
    padding: 0 0.863rem;
    border: 1px solid #333434;
    border-radius: 4px;
    background-color: #454646;
    box-shadow: inset 0 1px rgba(0,0,0,.05);
    color: #c6c8c8;
    vertical-align: top;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
}

option {
    height: 20px;
    padding: 10px 0;
    background-color: transparent;
}

input {
    height: 31px;
    width: 121px;
}

table {
    width: 340px;
    padding-left: 40px;
    margin-bottom: 20px;
}

th {
    width: 100px;
    padding: 10px;
    font-weight: 200;
}

td {
    width: auto;
}

input, select {
    font-weight: 400;
}

.calc {
    padding-top: 15px;
    padding-right: 12px;
    text-align: right;
}

button.clac {
    position: relative;
    right: 2px;
}

#output {
    min-height: 60px; 
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 110%;
    font-weight: 400;
    vertical-align: baseline;
}

a {
    padding: 0 15px;
    color: #ddd;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
