body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
    min-height: 100%;
    overflow: auto;
    background-color: #274F4F;
}
div{
    box-sizing: border-box;
}
img{
    width: 100%;
}

main{
    color: #FFF;
    margin: 20px 10px 10px 10px;
    width: calc(100% - 20px);
}

input[type=text], #company-email, #company-phone {
    width: 200px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=text], #company-email, #company-phone:not(.first-input){
    margin-top: -5px;
}

input[type=button] {
    margin-top: 10px;
    background-color: #4CAF50;
    color: white;
    padding: 14px 44px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=button]:hover {
    background-color: #45a049;
}



#error-message{
    display: none;
    color: red;
}

.title{
    color: #BFBFBF;
    border-bottom: solid;
    border-radius: 4px;
    border-color: #969696;
    line-height: 15px;
}

.title a{
    text-decoration: none;
    color: inherit;
}

.green {
    color: #5DE82E;
}

section:not(#foreign-affiliations){
    margin: 50px 0 0 0;
}

section h3{
    line-height: 0px;
    margin-bottom: 30px;
}

#foreign-affiliations ul{
    margin: 5px 0 5px -42px;
    list-style-type:none
}

#aftiteling{
    /*position: fixed;*/
    bottom:0%;
    width: 100%;
    background-color: #333;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
#aftiteling h6{
    color: #BFBFBF;
    margin: 0 0 0 5px;
}

#output-section {
    padding-left: 10px;
}

.output-line {
    font-size: 1.35em;
}

.red-text {
    color: red;
    display: inline-block;
}

.green-text {
    color: green;
    display: inline-block;
}

div.spacer {
    width: 100%;
    height: 50px;
}
