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;
}
