.account {
    color: green;
    font-style: italic;
    font-weight: bold;
}

.bg {
    /* background-color: beige; */
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
}

h1 {
    font-weight: 700;
}

body {
    height: 100%;
    font-family: 'Exo 2', sans-serif;;
    background-image: url(images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #f3eded;
    color: black;
}

.inner_content {
    margin-top: 70px;
    background: #f3eded;
    opacity: 95%;
    padding-bottom: 20px;
}

.modal-body {
    background-color: #f3eded;
}
.modal-header {
    background-color: #f3eded;
}
.modal-footer {
    background-color: #f3eded;
}


h2 {
    margin-top: 10px;
}

h3 {
    margin-top: 10px;
}

h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 5px;
}

h4 {
    font-weight: bold;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

li {
    padding: 0px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.centered-text {
    text-align: center;
}
.vertical-text {
    vertical-align: middle;
}
.top-text {
    vertical-align: top;
}
.right-text {
    text-align: right;
}
.left-text {
    text-align: left;
}

.property_value {
    text-align: right;
    font-weight: bold;
    color: blueviolet;
}

table.dataTable {
    font-size: 20px;
}

.section_title {
    background-color: black;
    color: white;
    padding: 3px;
 }

hr {
    border-top: 1px dashed black;
}
.due_cell {
    font-weight: bold;
}



