body {
    font-size: 1.6rem !important;
}

span.title,
span.number {
    font-weight: bold;
}

div.answer label {
    font-weight: normal;
}

div.answer {
    padding-top: 0.25em;
    padding-left: 0.5em;
}

div.question,
.user_info {
    margin-bottom: 1.25em;
}

div.h1 {
    text-align: center;
    margin-bottom: 1.25em;
}

#username {
    width: 70%;
    display: inline;
}

.user_name {
    margin-bottom: 0.75em;
}

.user_sex span {
    font-weight: 700;
}

div.container {
    margin-bottom: 4em;
}

.btn.btn-primary {
    width: 125px;
}

#copy_link {
    width: 250px;
    margin-top: 5px;
}

#result_link {
    margin-top: 15px;
}

#result_url {
    width: 100%;
}

#results {
    margin-top: 50px;
}

.tooltip_div {
    position: relative;
    display: inline-block;
}

.tooltip_div .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip_div .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip_div:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#questions {
    margin-top: 20px;
}

#validity {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

table.table-bordered {
    margin-bottom: 60px;
    width: fit-content;
}

table.table-bordered td {
    padding: 12px !important;
}

.scale_questions {
    padding-left: 15px;
}

#results_table {
    overflow-x: visible;
}

#div_5a {
    margin-top: -55px;
    margin-bottom: 55px;
}

.table-responsive>.table {
    margin-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none !important;
    }
    .table-responsive>.table {
        margin-bottom: 20px !important;
    }
    #div_5a {
        margin-top: -15px;
        margin-bottom: 20px;
        font-size: 10px;
    }
    .table-responsive > .table td,th {
        font-size: 14px;
        padding: 1px !important;
        text-align: center !important;
    }
}