/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height: 1.2;
    margin-bottom: 0px;
    font-size: 1rem;
}

a, a:hover, a:visited {
    color: #008b8b;
    text-decoration: none;
    cursor: pointer;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
}

input[type="text"] {
    height: 1.2rem;
}

select  {
    height: 1.5rem;
}

table {
    border: 2px solid #ff6d00;
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #ffffff;
    color: #323232;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
}

table th {
    border-bottom: 1px solid #ff6d00;
    background-color: #ffa45f;
    padding: 4px 5px;
    color: #ffffff;
    font-weight:bold;
    vertical-align: middle;
}

table td {
    border-bottom: 1px solid #ff6d00;
    padding: 4px 5px;
    word-break: break-all;
}

table th + th,
table td {
    border-left: 1px solid #ff6d00;
}

table tr:last-child td {
    border-bottom: none;
}