/* static/css/base.css */

h1 {
    color: red;
}

todo {
    color: red;
}

.logo {
    height: 200px;
    width: auto;
}


/* alignment of text within a row in a table, amongst other locations */

td {
    vertical-align: top;
}

.form-control {
    width: unset;
    margin: 0 !important;
    display: unset !important;
}

.form-group,
.form-group div {
    margin-right: 0 !important;
    width: 33%;
    display: unset !important;
}

.cover {
    text-align: center;
    justify-content: space-evenly;
}

form {
    margin-bottom: 2rem;
}

input {
    cursor: pointer;
}

.btn {
    margin-top: 0 !important;
}

.chart-container {
    width: 100% !important;
}

@media (max-width: 760px) {
    .form-control {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .btn {
        margin-top: 25px !important;
    }
}