[v-cloak] {
    display: none;
}

hr.solid {
    border-top: 1px solid;
}

.textblock{
    background-color:ghostwhite;
    margin:5px;
}

.pointerCursor {
    cursor: pointer;
}

.hDivider {
    margin-left: 5px;
    margin-right: 5px;
}

.dictionary_area {
    width: 160px;
    height: 180px;
    border: 1px dotted gray;
    text-align: center;
    float: left;
    position: relative;
    background-color: aliceblue;
    margin: 5px;
    overflow: hidden;
}