
body, td, p, div, span {
    font: 15px Arial;
    color: #fff
}

h1 {
    font: 24px Arial;
    color: #fff
}

button {
    border: 0px;
}

body {
    margin: 20px 50px;
}

html {
    background: url(../image/background.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-y: scroll;
    height: 100%;
    background-color: #4060A0;
}

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

a:hover {
    color: #fff;
    text-decoration: underline
}

a:active {
    color: #999;
    text-decoration: underline
}


#one-column-emphasis {
    text-align: left;
    border-collapse: collapse;
}

#one-column-emphasis th {
    padding: 0px 5px;
    font-weight: normal;
}

#one-column-emphasis td {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 5px 5px;
    border-top: 1px solid #cdf;
}

#one-column-emphasis tr:hover td {
    background: #999;
}

legend {
    display: block;
    margin: 0px;
    padding: 10px;
    text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.75);
    font-family: Arial
}

fieldset {
    margin: 0px;
    padding: 10px;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

input[type="submit"], input[type="button"] {
    padding: 2px 10px 2px 10px;
    color: #000;
}

input[type="text"], input[type=""] {
    color: #000;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.8); /* IE */
    -moz-transform: scale(1.8); /* FF */
    -webkit-transform: scale(1.8); /* Safari and Chrome */
    -o-transform: scale(1.8); /* Opera */
    padding: 10px;
}

.responsive-fieldset {
    width: 400px;
}


/* NAVBAR SETTINGS */

.navbar {
    width: 100%;
    height: auto;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;

}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: ;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

.col-md-4 {
    width: 33%;
    float: left;
}

.col-md-3 {
    width: 25%;
    float: left;
}

.col-md-6 {
    width:50%;
    float:left;
    box-sizing:border-box;
}

.table-header {
    font-size: 25px;
    padding-top: 15px;
    border-bottom: 1px solid #fff;
}

.payment-button {
    background-size: contain;
    background-color: #ffffff;
    cursor: pointer;
}

.payment-link-button {
    border:none;
    height: 100px;
    width: 180px;
    background-color:whitesmoke;
    background-position: center;
    background-repeat: no-repeat;
}


.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}