html {
	position: relative;
	min-height: 100%;
}

body {
    font-family: Verdana, Arial, sans-serif;
    margin-bottom: 100px;
}

ul.palmares{
    list-style-type:none;
}

.top-bar {
    overflow: hidden;
    line-height: 60px;
    position: relative;
    background: #284864;
    color: white;
}

.top-bar-title > a {
    text-decoration: none;
    color: white;
}

.button.custom {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    background-color: #FE7E00;
    padding: 14px;
}

img.specialImg {
    max-height: 60px;
}

.timestamp {
    min-width: 100px;
}

.timestamp.success {
    background: #3adb76;
    color: #fefefe;
}

.timestamp.alert {
    background: #ec5840;
    color: #fefefe;
}

thead > tr > th {
    text-align: center;
}

.strong {
    font-size: 20px;
}

.big{
    font-size: 22px;
}

.full-width {
    max-width: 1400px;
}


.footer {
	/*position: absolute;*/
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	background-color: #ebebeb;
	line-height: 60px;
	padding-top: 15px;
    
}

.footer h4 {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 2.5rem;
    margin-bottom: 10px;
}
.footer div, .footer a {
    font-weight: 300;
    font-size: 0.8rem;
}

@media only screen and (min-width: 40.063em) {
    .footer .columns:nth-child(n+2) {
        border-left: 1px solid #b3b3b3;
    }
}
.footer-links {
    list-style-type: none;
}
.footer-links li {
    margin-top: .5em;
}

.footer-links li i {
    font-size: 18px;
}

.footer i {
    font-size: 16px;
}



