.checkbox_text {
    position:relative;
    top:-0.35em;
}

.svg_position {
    position: relative;
    top: 0.4em;
    margin-top:-0.4em;
}

.svg_position_small {
    position: relative;
    top: 0.2em;
}

h1 {
    font-size: 1.4em;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

h1 small {
    font-size: 0.5em;
    color: gray;
}e

form {
    border-radius: 10px;
    background-color: white;
}

@media screen and (max-width: 767px)
{
    table td:before, table.horizontal td:before {
        content: attr(data-label);
        float: left;
        font-weight: 100;
    }
}

#spinner {
    visibility: hidden;
    height: 0px;
    text-align: center;
    margin: 0;
    padding: 0;
}

#noresult,#message  {
    visibility: hidden;
    height: 0;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    border-color: black !important;
}

#message {
    background-color: lightyellow;
    color: black;
}

footer {
    font-size: 12px;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    margin: 0;
    text-align: center;
}

input, select, button {
    border-radius: 5px !important;
}

form, legend {
    border-radius: 5px !important;
}

table:not(.horizontal) {
    overflow: auto;
    max-height: none;
    padding-bottom: 50px;
}

@media screen and (max-width: 767px)
{
    table tr {
        padding: 0px;
        margin: 10px;
        margin-bottom: 5px;
    }
    table tr td {
        border-bottom: 2px groove rgba(255,255,255,0.5);
    }
    table {
        padding-bottom: 50px;
    }
}