.btn-primary {
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.btn-primary:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.navbar {
    background-color: #96BAD2 !important;
}

.navbar-brand {
    color: white !important;
}

.card {
    border: 0;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 0;
}

.card-header {
    background-color: #A7D1A0 !important;
    border-radius: 0 !important;
    border: 0;
    color: white !important;
}

#navbarDropdown {
    color: white;
}

th {
    background: #A7D1A0 !important;
    color: white !important;
}

.card-body {
    border-radius: 0 !important;
}

body {
    background-color: #E9E9E9 !important;
}

.page-header {
    color: #96BAD2 !important;
}

.test {
    background-color: #CECECE !important;
    background-color: #96BAD2 !important;
    background-color: #A7D1A0 !important;
    background-color: #E9E9E9 !important;
}

