@media only screen and (max-width: 600px) {
    dl dd {
        margin-bottom: 2px;
    }

    .tablesorter-green td, .tablesorter-green th {
        font-size: 10px !important;
    }

    .button.small {
        font-size: 0.6rem;
    }

    .button {
        font-size: 0.7rem;
    }

        .button.mainMenu {
            padding: 0.85em 2.2em;
        }

        .button.small.jsButtonMore {
            padding: 0.85em 0.4em;
        }
}

textarea {
    height: 200px;
}

dl dt {
    margin-bottom: 0px;
}

.flag {
    height: 27px !important;
}

dl dd {
    margin-bottom: 10px;
}

.horizontal-list ul {
    list-style-type: none; /* Removes the default list item bullets */
    margin: 0; /* Removes the default margin */
    padding: 0.5rem 0rem 0.8rem 0rem; /* Removes the default padding */
}

    .horizontal-list ul li {
        display: inline-block; /* Displays list items in a row */
        margin-right: 8px; /* Adds some space between list items */
        /* Additional styling can be added here, such as padding, background-color, etc. */
    }

.button {
    border: 1px solid #000 !important;
    padding: 0.85em 2em;
}

    .button:hover, .button:focus {
        background-color: #000 !important;
        color: #fff !important;
    }

.tp {
    background-color: #40af69 !important;
    color: #fff !important;
    text-align: center;
}

.entry {
    background-color: #f6c85f !important;
    color: #000 !important;
    text-align: center;
}

.sl {
    background-color: #f1babd !important;
    color: #000 !important;
    text-align: center;
}

.white {
    background-color: #fff;
    color: #000 !important;
}

.tablesorter-green tr.trExtraRow {
    padding: 20px;
    background-color: #ccc;
    display: none;
}

    .tablesorter-green tr.trExtraRow td {
        text-align: left;
    }

.tablesorter-green td, .tablesorter-green th {
    color: black;
    width: 12.5%;
    text-align: center;
}

.tablesorter-green th {
    background-color: #ddd;
}

.tablesorter-green a {
    color: black;
    font-weight: normal;
}

a {
    color: #ffffff;
    font-weight: bold;
}

    a.button {
        font-weight: normal;
    }

    a:hover {
        color: #40af69
    }


input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 0px;
    height: 0px;
}

.checkbox {
    margin-bottom: 5px;
}

    .checkbox span {
        display: block;
        margin-left: 35px;
    }

        .checkbox span span {
            display: inline;
            margin-left: 0;
        }


input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 2px solid #40af69;
    background-color: #114838;
    transition: all 0.2s linear;
}

input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 2px solid #40af69;
    border-radius: 3px;
    background-color: #114838;
}


input[type=checkbox]:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: solid #40af69;
    border-width: 0 0px 0px 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0px;
    left: 20px;
    transition: all 0.2s linear;
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 10px;
    height: 14px;
    border: solid #40af69;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}
