body, table, th, td, p, label, h2 {
    font-family: Raleway;
}

.hidden {
    display: none;
}

div {
    padding:10px 20px;
}


.container {
    padding:  20px;
    max-width:  1200px;
    margin: 0 auto;
}


input[type="button"] {
    width: 30%;
}





/********** Header **********/
header {
    border-bottom: 12px solid #7ab61a;
}

header input {
    float: right;
}







/********** Content **********/

h2 {
    font-weight: 600;
    padding:10px 20px;
    text-align: left;
}

label {
    font-weight: 500
    margin-top: 5px;
    margin-bottom: 20px
}

hr {
    margin-top: 20px
}

input[type="text"],
select {
    max-width: 600px;
    width: 100%;
    padding: 3px;
    margin-bottom: 12px;
    box-sizing: border-box;
}


table {
    border-collapse: collapse;
    border: 2px;
    width: 90%;
    margin-left: 20px;
    padding:10px 20px;
}

th {
    font-weight: 600;
    padding:10px 10px;
    text-align: left;
}

tr.list-header {
    background-color: #7ab61a;
    color: #333333;
}

td {
    font-weight: 400;
    font-size: 14px;
    padding:10px 10px;
    text-align: left;
}

input.btn-green {
    border-radius: 3px;
    color: white;
    border-color: #7ab61a;
    background:#7ab61a;
    margin-top: 20px;
    padding:10px 20px;
    font-weight: bold;
}

table  input[type="button"] {
    width:  auto;
    color: #fff;
    background-color: #7ab61a;
    border-color: #7ab61a;
    font-weight: bold;
}

/********** Footer **********/

p.sign-footer {
    font-size: 12px;
    font-weight: 500
}

hr.line-footer {
    height: 12px;
    border-width: 0;
    color:#7ab61a;
    background-color:#7ab61a;
}