:root 
{
/* FLOAT BOLCK MIN SIZE */
--WS-min-float-block-width: 400px;
--WS-max-float-block-height: 600px;
}

.ws_float_center_container_1100
{
	display:flex;
	flex-wrap: wrap;
    gap:50px 40px;
	justify-content: stretch;
	align-items: stretch;
	min-height:90%;
	margin: 20px auto 0px auto;
	max-width:1100px;
}

/* THIS IS THE GRID OF THE PAGE */
.ws_act_float_block_1100
{
	display:inline-block;
	min-height:400px;
	margin: 10px;
	overflow-wrap: break-word;
	flex: 1 1 var(--WS-min-float-block-width);
	text-align:left;
}

.ws_float_block_1100
{
	min-width:var(--WS-min-float-block-width);
	max-height:var(--WS-max-float-block-height);
	min-height:100%;
    /*
	background-image: linear-gradient(to right,  #e0e0e0,#f0f0f0,#e0e0e0);
    background-color: #f0f0f0;
    */
}

.ws_float_block_1100 a
{
	text-decoration:none;
}