
.figureSRa {
    position: relative;
    width: 300px;
    margin: 0px;
    padding: 0px;
}



/* -------- Division ---------- */


.divImageSRa {
    width: 300px;
    margin: 8px;
    padding:0;
    align-self: center;
}

.artpieceInfoTable {
    
    margin: 0px;
    padding: 0px;
    align-self: start;
}

.navElement1 {
    margin: 4px;
}



/* FLEX BOXES */
.flexWrapper {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.flexBoxMargin {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 2%;
    
}
 

.flexBoxItemContainer {
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
  }
  
  .flexWrapperB {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
	align-items: baseline;
}
  


