.tablestyle {
    border-collapse: collapse;
}

.tdstyle {
    padding-right: 10px;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;

}

.emoji {
    position: absolute;
    bottom: 3px;
    left: 0px;
}

.field-emoji {
    position: absolute;
    bottom: 5px;
    left: 0px;
}

h3 {
    margin-bottom: 5px;
}

button {
    padding: 7px;
    border: none;
    margin-top: 1em;
}

button:hover {
    cursor: pointer;
}  

.create-button {
    background-color: green;
    color: white
}

.upload-button {
    background-color: blue;
    color: white
}

#gotit {
    color: blue;
    cursor: pointer;
}