body {
    background-color: #171616 !important;
    font-family: Ubuntu, "Source Code Pro", monospace;
    color: #fff;
}

.pl-min-btns {
    border-radius: 50px !important;
    background-color: #008800;
}

.myContainer {
@include: container-fluid;
    max-width: 800px;
    margin: 20px auto;
    text-align: center;
}

.log-page-container {
@include: container-fluid;
    max-width: 800px;
    margin: 20px auto;
    text-align: center;
}

.login-register-container {
    max-width: 500px;
}

#timer {
    color: #080;
    font-size: 50px;
    margin: 10px auto;
    border: 5px solid #080;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

#time {
    margin-top: 60px;
    z-index: 1;
    position: relative;
}

#filler {
    background: #ddffcc;
    height: 0;
    width: 200px;
    position: absolute;
    bottom: 0;
}

#buttons button {
    background: #4da6ff;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    width: 90px;
    margin: 10px auto;
    font-size: 14px;
    height: 50px;
    border-radius: 50px;
}

#buttons button:focus {
    outline: none;
}

#buttons button#shortBreak {
    background: #080;
}

#buttons button#longBreak {
    background: #080;
}

#buttons button#stop {
    background: rgb(127, 13, 13);
}

.inverse-dropdown {
    background: #4e555b;
    color: #ffffff;
    border: #4e555b;
}

#reportrange {
    color: #fff;
    background: #444;
    border: 1px solid #333;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
    width: 100%
}

.task-container {
    font-size: 13px;
    border-bottom: 1px solid #414141;
}

.task-container:hover {
    background-color: #414141;
}

.pomo-togglable-row {
    font-size: 12px;
}

.time {
    white-space: nowrap;
    overflow: hidden;
}

.has-error {
    color: red;
}

.project-name {
    padding: 40px 0 10px 0;
}

.project-name-col {
    text-align: left;
    margin: 0 0 0 10px;
}

.task-name {
    padding: 0 0 0 40px;
    text-align: left;
}

@media screen and (max-width: 3200px) {
    .project-name {
        font-size: 18px;
    }

    .task-name {
        font-size: 16px;
    }

    .select-date {
        font-size: 20px;
    }
}

@media screen and (max-width: 1600px) {
    .project-name {
        font-size: 16px;
    }

    .task-name {
        font-size: 14px;
    }

    .select-date {
        font-size: 18px;
    }
}

@media screen and (max-width: 800px) {
    .project-name {
        font-size: 14px;
    }

    .task-name {
        font-size: 12px;
    }

    .select-date {
        font-size: 16px;
    }
}

@media screen and (max-width: 400px) {
    .project-name {
        font-size: 13px;
    }

    .task-name {
        font-size: 11px;
    }

    .select-date {
        font-size: 15px;
    }

    .pomo-togglable-row {
        font-size: 11px;
    }
}