body {
    margin: 0;
}

h6.small {
    font-variant: small-caps;
    font-weight: bold;
    font-size: medium;
}

.title{
    font-size: 1.5rem;
}

p.heading {
    color: #878997;
    font-size: 2em;
}

p.counter{
    font-size: medium;
    font-weight: bold;
}

.logo {
    width: 200px;
    height: 150px;
    top: 0;
    left: 0;
    margin-top: -75px;
}

.login-btn {
    position: absolute;
    top: 5%;
    right: 5%;
    background-color: yellowgreen;
    color: white;
    width: 200px;
    height: 60px;
}

.container {
    position: relative; 

}
.highlight-row{
    background-color: #FFE0B2;
    color: #EF5350;
}

.disabled-row {
    background: lightgray;
    color: #EF5350;
}

.edit-cell {
    height: 55px;
}

@media(max-width: 480px) {

    .title{
        font-size: 1rem !important;
    }

}