.header {
    background-color: #ffffff;
    box-shadow: 0 3px 10px #212F3D;
    border-radius: 0 0 5px 5px;
    color: #000;
    height: 100px;
    width: 80%;
    padding: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1200px) {
    .header img {
        float: left;
        width: 250px;
        height: 100px;
    }
}

@media screen and (max-width: 1199px) {
    .header img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 250px;
        height: 100px;
    }
}

@media screen and (min-width: 1200px) {
    .headertext {
        flex-flow: column;
        padding-left: 15%;
        padding-top: 1%;
        float: left;
    }

    .header h1 {
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 25pt;
    }

    .header p {
        margin-top: 0;
        padding-top: 0;
    }
}

@media screen and (max-width: 1400px) {
    .headertext {
        display: none;
    }
}

.banner {
    z-index: 0;
    height: 50px;
    float: none;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    display: block;
    box-shadow: 0 2px 8px #ADB5BD;
    width:80%;
    margin:auto;
    margin-bottom:10px;
}
.banner .performance {
    font-size: 12px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    font-weight: 300;
}
.banner .label {
    display: table;
    float: left;
    padding: 0;
    width: calc(100% / 3);
    height: 100%;
    margin: 0;
    text-align: center;
}

.banner .middle {
    display: table;
    float: left;
    padding: 0;
    width: calc(100% / 3);
    height: 100%;
    margin: 0;
    text-align: center;
}

.banner .status {
    display: table;
    float: left;
    padding: 0;
    width: calc(100% / 3);
    height: 100%;
    margin: 0;
    text-align: center;
}
p.top{
width: 80%;
margin: Auto;
font-size:12px;
font-family: "Raleway", sans-serif;
text-align:center;

}

h1.timelineSimple,
h2.timelineSimple,
h3.timelineSimple,
h4.timelineSimple,
h5.timelineSimple,
h6.timelineSimple {
    font-family: "Raleway", sans-serif;
    border-bottom: unset !important;
    font-weight: unset !important;
    margin: unset !important;
}

h1.timelineSimple {
    font-size: 16px;
    margin-bottom: 0.5em;
    line-height: unset !important;
}

p.timelineSimple {
    font-family: "Raleway", sans-serif;
    font-size: 14px !important;
}

.timelineSimpleContainer {
    margin: 10px;
    box-sizing: unset !important;
}

.timelineSimple-item {
    padding: 3em 2em 2em;
    position: relative;
    color: rgba(0, 0, 0, 0.7);
    border-left: 2px solid rgba(0, 0, 0, 0.3);
}

.timelineSimple-item p {
    font-size: 1rem;
}

.timelineSimple-item::before {
    content: attr(date-is);
    position: absolute;
    /* left: 2em; */
    font-weight: bold;
    top: 9px;
    display: block;
    font-family: "Raleway", sans-serif;
    /* font-weight: 700; */
    font-size: 16px;
}

.timelineSimple-item::after {
    width: 10px;
    height: 10px;
    display: block;
    top: 1em;
    position: absolute;
    left: -8px;
    border-radius: 10px;
    content: "";
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
}

.timelineSimple-item:last-child {
    -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
    border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
}
body {    
    font-family: Roboto Condensed, Helvetica Neue, sans-serif;
    font-size: 8pt;
}

input {    
    font-size: 8pt;
}

.defaultHeader {    
    padding: 5px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}

.defaultFooter {    
    padding-right: 5em;    
    text-align: right;
}

.container 
{    
    padding: 2px 16px;
}

hr {    
    height: 4px;    
    background-color: #6Cf;
    border: 0px;    
    width: 100%;
}

.card:hover {    
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.col {    
    padding: 20px;    
    margin: 1%;    
    flex: 1;
    }

.loading {
width: 100%;
text-align: center;
margin-top:20px;
margin-bottom:20px;
font-size:30px;
color: rgb(95, 105, 130);
}

@media screen and (min-width: 1024px) {
.footer {
    width: 100%;
    height: 80px;
    position: fixed;
    display: block;
    bottom: 0;
    background-color: #212F3D;
    color: #FFFFFF;
    padding: 0 5px 5px 5px;
    text-align: center;
    opacity: 0.5;
    font-size: 13pt;
}
}

@media screen and (max-width: 1024px) {
    .footer {
        display: none;
    }
    }

a, a:hover, a:visited, a:active {
    color: inherit;
    text-decoration: none;
}