﻿/* Container holding the two columns */
.containerS {
    display: flex;
    justify-content: center;
}

/* Left column for the menu */
.menuS {
    max-width: 180px;
    padding-left: 10px;
    padding-right: 0px;
}

/* Right column for the content */
.contentS {
    display:flow;
    padding-left: 10px;
    padding-right: 20px;
    justify-content: center;
    align-items: center;
    text-align: left;
    max-width: 1600px;
    width:100%;
}

.menu {
    font-size: 14px;
    font-weight: bold;
    color: lightgray;
}

.tag {
    max-width: 150px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    color: lightgray;
}



.description {
    padding-top: 10px;
    max-width: 1600px;
}

.aFull {
    color: lightgray;
}

.containerBML5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.containerBM {
    /*  display: flex;
    flex-wrap: wrap;*/
    justify-content: space-around;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 10px;
}

.tileBM {
    width: 150px;
    height: 150px;
    white-space: nowrap;
    overflow: hidden;
    margin: 5px;
}

.tileIP {
    font-size: 12px;
    width: 150px;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px;
}
.tileBMMenu {
    width: 150px;
    height: 150px;
    
    display:contents;
    margin: 5px;

}
.menuL5 {
    font-size: 14px;
    font-weight: bold;
    color: lightgray;
    padding-top: 120px;
    vertical-align: bottom;
}

.imgEdit {
    min-width: 1600px;
}

.containerBottom {
    display: flex;
    justify-content: space-between;
}

.navigation {
    color: lightgray;   
    padding-top: 10px;
    text-align: right;
}

.fullLink {
    text-align: left;
    padding-top: 10px;
}
