﻿#findwords {
    font-size:18px;
    width:230px;
}

#btnClear {
    width:30px;
}

#btnSearchIt {
    font-size: 14px;
}

#btnSearchData {
    padding: 4px;
    border-radius: 6px;
    width: 240px;
    font-size: 16px;
}

    #btnSearchData:hover, #btnSearchIt:hover, #btnClear:hover {
        background-color: green;
        color: white;
        font-weight: bold;
    }


#popup {
    width: 100px;
    font-size: 18px;
    
}

    #popup:hover {
        background-color: lawngreen;
    }

#status {
    width: 100px;
    font-size: 18px;
}

        #status:hover {
            background-color: lawngreen;
        }

        #tabell {
            height: 200px;
            width: 250px;
            border: 1px solid black;
            overflow-y: scroll;
            background-color: white;
            margin-top: 6px;
        }

#tble {
    width: 100%;
}

#closing {
    position: absolute;
    width: 70px;
    height:22px;
    top: 0;
    right: 2px;
    font-size: 18px;
    text-align:center;
    text-decoration:none;
}

    #closing:hover {
        background-color: lawngreen;
        border:1px solid darkgreen;
    }

.closetop {
    text-decoration: none;
    color:darkgreen;
}

.srubrik {
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 4px;
    margin-top: 10px;
}


#help {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
}

.butts {
    background-color: darkgreen;
    color: white;
    font-size: 16px;
    padding: 6px;
    text-align: center;
    cursor: pointer;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

    .butts:hover {
        background-color: #604ff8;
        /*padding-bottom: 8px;*/
    }