/*
.container-header {
    z-index: 10;
    background-color: #004d61;
    background-image: none;
    box-shadow: none;
}

.footer {
    background-color: #004d61 !important;
  	color: #fff;
  	background-image:none !important;
    margin-top: 1em;
}

.btn {
    background-color: #004d61;
    color: #fff;
}

.table thead th  {
        background: #004d61 !important;
}
*/