.menu-link {
    padding: 14px;
}

.table-main {
    width:100%;
}

.table-main td {
    align-content: center;
    padding: 3px;
}

.stats-align  {
    text-align: center;
    display: flex;
}

figcaption {
    font-size: 20px;
}

figure {
    padding: 16px;
}

.building-pic {
    width: 80px;
    height: 80px;
    float: left;
}

.tags-panel {
    height:106px;
}

.tooltip-colony {
    display: none;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
}

.construction-tab {
    display: none;
}

.ideas-tab {
    display: none;
}

.colony-image {
    width: 760px;
}

.mouse-patch {
    pointer-events: none;
}

.buildings-tab {
    height: 100%;
}

.buildings-container {
    height: 400px;
    overflow: hidden;
}

.timer-window {
    position: absolute;
    top: 30px;
    color: white;
}