body {
    background-image: linear-gradient(144deg, #ffeaea, #959595 50%, #463c3c) !important;
    background-repeat: no-repeat;
}

.color-check-column {
    width: 0.2em;
    padding: 6px 0 25px;
    vertical-align: top;
}

.colourcol {
    
    width: 5.2em;
    
}

.colourfat {
    background: #fff;
    border-spacing: 0;
    width: 100%;
    word-wrap: break-word;
    clear: both;
    margin: 0;
}

.colourfat tfoot td, .colourfat th, .colourfat thead td {
    font-weight: 400;
}
.colourfat td, .colourfat th {
    color: #50575e;
}
.colourfat tfoot td, .colourfat th, .colourfat thead td {
    text-align: left;
    line-height: 1.3em;
    font-size: 14px;
}

.colourfat td, .colourfat th {
    padding: 8px 10px;
}

.divColourBox {
    
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    display: inline-block;
    vertical-align: bottom;
    
}

.custom-header-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -7px;
    
}

.clsAdminButton {
    padding: 10px;
    margin: 10px 20px 10px 0px;
    background-color: #ffffff;
    box-shadow: #ADCFFF 0 -12px 6px inset;
    border-radius: 26px;
    color: #000000;
    font-family: Phantomsans, sans-serif;
    font-size: 1.0vw;
    justify-content: center;  
    cursor: pointer;  
}

.clsSaveColour {
    padding: 2px 5px;
    margin: 0px;
    background-color: #ffffff;
    box-shadow: #ADCFFF 0 -12px 6px inset;
    border-radius: 26px;
    color: #000000;
    font-family: Phantomsans, sans-serif;
    font-size: small;
    justify-content: center; 
    cursor: pointer;
}


.clsFetchColour {
    padding: 2px 5px;
    margin: 0px;
    background-color: #ffffff;
    box-shadow: #ADCFFF 0 -12px 6px inset;
    border-radius: 26px;
    color: #000000;
    font-family: Phantomsans, sans-serif;
    font-size: small;
    justify-content: center; 
    cursor: pointer;   
}



@media (min-width: 782px) {
    .wp-block-template-part .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        /* flex-basis: 0; */
        /* flex-grow: 1; */
        /* text-align: right; */
        
        /* messes the menu by aligning right */ 
        /* position: absolute; */
        /* right: 10px;*/
        
        
}