/* ------------------------------------------ DYLAN ----------------------------------------*/
:root {
	--red:#D3433B; 
	--yellow: #FFF;  
	--blue: #004d88; 
	--green: #BCD500; 
	--pink: #ED81B9;
}

.monistimestripebox {
    display: flex;
    width: 830px;
    align-items: stretch; 
    position: relative;
}

.monistimeleft {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 150px;
    margin-right: 20px;
    position: relative;
}

.monstimeright {
    flex-grow: 1;
    position: relative;
    padding-left: 10px;
    display: flex;
    flex-direction: column; 
}

.monistimestripe {
    width: 5px;
    background-color: var(--highlight);
    margin: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    z-index: 1;
}

.monistimeava {
    outline: 1px solid #1B1B1B !important;
    outline-offset: 10px;
    height: 100px;
    width: 100px;
    background-blend-mode: multiply, color, normal;
    margin: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    padding: 4px;
	transform: translateX(-50%);	
	position: relative;
    z-index: 2; 
	top: 0;
    left: 34%; 
}

.monistimeava2 {
    outline: 1px solid #1B1B1B !important;
    outline-offset: 10px;
    height: 100px;
    width: 100px;
    background-blend-mode: multiply, color, normal;
    margin: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    padding: 4px;
	transform: translateX(-50%);	
	position: relative;
    z-index: 2; 
	top: 485px;
    left: 34%; 
}

.monstimebubble {
    position: relative;
    text-align: justify;
    width: 100%;
    padding-bottom: 20px;
}

.monistimestripebox::after {
    content: "";
    display: table;
    clear: both;
}
/* ------------------------------------------ DYLAN ENDE ----------------------------------------*/