*{
    font-family: 'Source Sans Pro', Arial, sans-serif;
    box-sizing: border-box;
}
.navbar {
    background-color: #005288;
    overflow: hidden;
    padding: 15;
    margin: 0;
}
.navbar a{
    float: left;
    text-align: center;
    color: white;
    text-decoration: none;
    padding: 6px 8px;
}

.navbar a:hover {
    background-color: white;
    color: black;
}
.navbar a.active{
    background-color: #0078ae;
    color: white;
}

h1{
    text-align: center;
    font-size: 40px;
    font-style: normal;
    color: white;
    background-color: #005288;
    width: 100%;
    height: auto;
}

h3 {
    font-weight: normal;
    text-align: center;
}

.leftButtons {
    display: flex;
    justify-content: right;
}

.buttonWelcome {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    color: black;
    padding: 15px;
}

.welcomeButtonLink{
    color: black;
    background-color: white;
}

.purpose {
    font-weight: normal;
    text-align: center;
}

img {
    max-width: 50%;
    max-height: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wrapper-main {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: lightgrey;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.UpdateButton {
    display: flex;
    background-color: white;
    color: black;
    padding: 20px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}


.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

input[type=email], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

input[type=password], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
input[type=number], select, textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

.row::after{
    content: "";
    display: table;
    clear: both;
}

table {
    display: flex;
    justify-content: center;
    align-items: left;
}

a {
    color: #0078ae;
}

th {
    font-weight: bold;
    padding: 5px;
}
td {
    font-weight: normal;
    padding: 5px;
}

.wrapper {
    text-align: center;
}
.items {
    display: flex;
    display: inline-block;
    text-align: left;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.billsButtons {
    padding: 5px;
    text-align: left;
}

.blueButton {
    display: flex;
    background-color: #005288;
    color: white;
    margin: auto;
    border: solid 1px;
    padding: 10px;
    justify-content: center;
    max-width: fit-content;
}

.wrapper-left {
    display: flex;
    justify-content: left;
}

.align {
    display: inline;  
    background-color: #005288;
    color: white;
    width: 5px;
    height: auto;
}

.inline {
    margin: auto;
    background-color: #005288;
    color: white;
    max-width: fit-content;
    padding: 5px;
}

.followButton {
    background-color: #005288;
    color: white;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.sendEmail {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #005288;
    color: white;
    padding: 10px;
    max-width: fit-content;
}

.none {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.indexWrapper {
    width: fit-content;
    height: fit-content;
    justify-content: center;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
}

.indexWrapperBills {
    width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: left;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
}

.helpButton {
    background-color: #005288;
    color: white;
    width: fit-content;
    height: fit-content;
    padding: 15px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.LhelpButton {
    background-color: #005288;
    color: white;
    width: fit-content;
    height: fit-content;
    padding: 15px;
    display: flex;
    justify-content: left;
    margin-left: 8px;
}

.help {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}