body {
    margin: 0;
    padding: 0;
    width: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Roboto Slab", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}

h1 {
    text-align: center;
    color: #1a1a1a;
}

table {
    width: auto;
    margin: 20px;
}

tr {
}

td {
    font-size: 1.1em;
    padding: 0 10px;
}

th {
    font-size: 1.2em;
    padding: 0 10px;
    background-color: #15b59f;
    text-align: center;
    color: black;
}

#castles {
    border-spacing: 40px;
    border-width: 0px;

}

#tables {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.img_text {
    display: flex;
}

.img_text p {
    margin: auto;
    margin-left: 0;
}

.desc-list {
    text-align: left;
    background: #dddddd;
    padding: 5px;
    width: 50%;
}

.g-menu-item-title {
    color: #d9d9d9;
}


.g-menu-item-title:hover {
    color: white;
}

.active .g-menu-item-title {
    color: white;
}

.g-grid {
    background: #1a1a1a;
}

.g-social-items a {
    color: #fff;
}

a:hover {
    color: #e9c041;
}

.g-menu-parent-indicator {
    color: white;
}

.g-dropdown {
    border: 2px solid #555;
}

@media screen and (max-width: 800px) {
    #tables {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }


}