<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*   TOOLS SECTION   */

#wta-overlay {
    overflow: hidden;
    padding: 15px 30px;
    background-color: rgba(0, 153, 153, .9);
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
}

#wta-overlay &gt; div:first-of-type {
    margin-top: 10px;
    margin: auto;
}

#tool-title {
    margin: auto;
    font-size:1.5em;
    color:white;
    display: none;
}

.home-tools {
    background: hsla(0, 0%, 100%, .92);
    border-top: 10px solid #077cc0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    border-radius: 4px;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    height: 80px;
    color: #096ab0;
    font-size: 24px;
    display: flex;
    width: 300px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
}

.home-tools .fa {
    flex: 1;
    font-size: 1.5em;
}

.home-tools .ht-label {
    flex: 3;
    color: #303b42;
}

.tools-bot {
    text-align: center;
    font-size: 1em;
    width: 100%;
    margin-top: 10px;
}

.tools-bot a {
    color: white;
    flex: 1;
}

.level img {
    height: 1.5em !important;
}

/*   MEDIA QUERIES FOR SMALLER SCREEN SIZES   */
@media (max-width: 1342px) {
    .home-tools {
        margin-bottom: 15px;
    }
}

@media (max-width: 1020px) {
    #wta-overlay {
        position: relative;
        border-radius: 0;
        width: 100%;
        top: auto;
        right: auto;
        padding: 15px;
        margin-top: 0;
    }

    #wta-overlay .buttons {
        display: inline;
        text-align: center;
    }

    .home-tools {
        margin-bottom: 15px;
    }

    .tools-bot .level-right {
        margin-top: 10px;
    }
}</pre></body></html>