.check-answer {
    transform: scale(3);
}

.next-question
{
    transform: scale(1.5);
}

.text-overflow
{
    word-break: break-all;
}


.select2{
    width: 100%!important;
}

.no-red
{
    color: white !important;
    background-color: red !important;
}

.yes-green
{
    color: white !important;
    background-color: green !important;
}

.description-text
{
    font-size: 16px;
}

.table-spacing
{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

:hover.dashboard-buttons
{
    text-decoration: none;
    background-color: aliceblue;
}