.closeBar {
    border-bottom: 3px solid rgb(10, 10, 10);
}

.close{
    position: absolute;
    right: 0;
    top: 0;
}

.close:hover{
    background-color: rgb(70, 70, 70);
}

.cornerTopRight{
    border-radius: 0 10px 0 0;
}

#dictonary h2, #vocab-list h2{
    padding: 20px;
    font-size: 20pt;
}

#dictonary, #vocab-list {
    background-color: rgb(40, 40, 40);
    position: absolute;
    border-radius: 10px;
    box-shadow: 0px 13px 13px 5px #000000;
}

#dictonary{
    top: 90px;
    left: 10%;
    height: 60%;
    width: 75%;
}

#vocab-list{
    top: 80px;
    height: 83%;
    left: 10%;
    width: 75%;
}

.boxContent{
    height: 80%;
    padding: 20px 10px 0 20px;
    overflow-y: auto;
}

input{
    background-color: rgb(20, 20, 20);
}

table{
    width: 90%;
}

table thead{
    font-size: 17pt;
    text-align: left;
}

.button:hover{
    background-color: rgb(20, 20, 20);
}