#pageMenu {
    text-align: center;
}

#pageMenu > .logo {
    display: block;
    position: static;
    max-height: 40px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;    
}

#pageMenu  > ul {
	margin-left: 0;
    text-align: center;
    justify-content: center;
    clear: both;
}

.shrinker, .shrinker tr, .shrinker th, .shrinker td {
    display: block;
}

.shrinker th, .shrinker td {
    text-align: left !important;
}

input[type="text"], input[type="email"], textarea, select {
    border: 1px solid #404040;
    padding: 4px;
    font-size: 10pt;
    outline: none;
    width: calc( 100% - 10px );
}

.squash {
    display: none;
}

@media only screen and (max-width: 380px) {
    .tribbox {   
        aspect-ratio: 1;
        float: none;
        position: absolute;
    }
    .tribbox.first {
        right:2px;
    }
    .tribbox.second {
        left:2px;
    }
}

@media only screen and (max-width: 200px) {
    .tribbox { 
        display: none;
    }
}