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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font-family: Tahoma, verdana, sans-serif;
    line-height: 1;
    background-color: #f3f9f9;
    padding-top:20px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a{
    color:#054228;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    font: 12px/18px Arial, sans-serif;
    height: 100%;
}

table{
    width:100%;
    text-align: left;
}

h1{
    border-left: 6px solid #39a979;
    font-size: 18px;
    line-height:40px;
    vertical-align: middle;
    padding-left:5px;
}

th{
    font-weight: bold;
    background-color: #ccc;
    color:#000;
    padding:10px;
    border:1px solid #eee;
    text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.4);
}

tr{
    background-color: #e8e8e8;
}

td{
    padding: 5px 10px 5px 10px;
}

tr:nth-child(odd){
    background-color: #d6d6d6;

}

tfoot{
    border-top:1px solid #eee;
}

fieldset{
    padding:20px 10px 20px 10px;
    margin:10px;
    border:1px solid #ccc;

}
legend{
    font-weight: bold;
    border-radius: 5px;
}

.wrapper {
    width: 100%;
    min-width: 1000px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}



.content {
    padding: 0 0 100px;
    text-align: center;
}

.footer {
    margin: -20px auto 0;
    min-width: 1000px;
    position: relative;
}


button{
    background: none;
    margin:0;
    padding:0;
    border:none;
    padding:5px 10px 5px 10px;
    background-color: #39a979;
    color:#fff;
    cursor: pointer;
}

button:hover{
    box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.75);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

img{
    width:80%;
}
