.menuTitle {
    color: #222D33;
}
#aboutMe {
    background: yellow;
}
.aboutWord{

}
.tabWord {
    line-height: 1.8em !important;
}
.table {
    border: 0;
    border-collapse: collapse;
    border-radius: 8px;
    width: 95%;
}
.table tr:hover {
    background: gainsboro;
}
.table tr td{
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #bbb;
}

.dialogWord {
    line-height: 1.8em !important;
}

.table tr td.tdTitle{
    padding-left: 5px;
}
.table tr td.tdText{
    padding-left: 5px;
}
.twWord {
    text-align: justify;
    font-size: 20px;
    line-height: 1.8em !important;
}
.twMobileWord{
    text-align: justify;
    font-size: 18px;
    line-height: 1.6em !important;
}

.engWord {
    text-align: justify;
    font-size: 20px;
    line-height: 1.8em !important;
}
.engMobileWord{
    font-size: 17px;
    line-height: 1.6em !important;
}
.avatarShadow{
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
