.alert {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}

.alert-danger, .alert-success {
    display: none;
}

.success {
    border: 1px solid #57b053;
    background: #b8e7b6;
}

.error {
    border: 1px solid #ff0000;
    background: #ffd5d5;
}

.page-head {
    margin-top: 100px;
}

table thead tr th, table tbody tr td {
    padding: 10px;
}

.margin-top-bottom-10
{
    margin: 20px 0;
}

.questionnaires-page-head
{
    margin-top: 100px;
    text-align: center;
}

.links
{
    margin-top: 10%;
}

.links a
{
    line-height: 50px;
    display: block;
}

.dot {
    margin: 0 2px;
}

.save-button {
    margin-left: 20px;
}

.add-new-form-button {
    background-color: #4b86aa;
}

.delete-form-button {
    background-color: #cb3b30;
}

.pt-10 {
    padding-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb--30 {
    margin-bottom: -30px;
}

.mb--50 {
    margin-bottom: -50px;
}

.ml-10 {
    margin-left: 10px;
}

.clear-both {
    clear: both;
}

.fs-28 {
    font-size: 28px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .home-sleeplog, .home-week_overview
    {
        width: 1106px !important;
    }
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .home-sleeplog, .home-week_overview
    {
        width: 1326px !important;
    }
}