@font-face {
    font-family: 'GillSans';
    src: url(/fonts/GillSans.woff2) format('woff2'),
         url(/fonts/GillSans.woff) format('woff'),
         url(/fonts/GillSans.otf) format('opentype'),
         url(/fonts/GillSans.ttf) format('truetype');

}
body {
    float:left;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    background-color: #3e6423 !important;
    font-family: 'GillSans', sans-serif;
    color: #ffffff;
}
#content {
    width: 100%;
    float: none;
    position: relative;
    display: flex;
    justify-content: center;
}
#contentInner {
    max-width: 800px;
    margin: 0 auto;
}
#logo {
    display: block;
    margin: 20px 0;
    max-width: 100%;
    text-align: center;
}
#logo img{
    display: inline-block;
    width: 300px;
}
#header {
    padding: 0 0 20px 0;
}
h1 {
    font-family: 'GillSans', sans-serif;
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
}
h3 {
    margin-top: 20px;
}
a.deleteRow {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #ff0000;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}
a.deleteRow i {
    display: inline-block;
}
.formRow {
    clear: both;
    margin-bottom: 10px;
}
.formControl {
    border-radius: 5px;    
}
.btn {
    border-radius: 5px;
    background-color: #abd78b;
    color: #000000;
    border-color: #203a0d
}
.btn:hover {
    background-color: #3e6423;
    color: #ffffff;
    border-color: #ffffff
}
#formRows .formRow {
    width: 100%;
}
.formRow input[type=number]::-webkit-inner-spin-button, 
.formRow input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}