:root {
    --deep_color: #F65656;
    --pale_color: #FBE8E8;

    --gt_deep: #F65656;
    --gt_pale: #FBE8E8;
    --mf_deep: #A776CE;
    --mf_pale: #F4E9FB;
    --cvg_deep: #FF7E27;
    --cvg_pale: #FFE5C4;
    --flo_deep: #98DD4E;
    --flo_pale: #F1FDE6;
}

.tableline th, .tablelineICSC th {
	color:#fff;
  background: var(--deep_color);
}

.l-flexItem2{
	max-width:60%;
}
@media screen and (max-width: 1050px) {
	.l-frex{
	display: block;
}
.l-flexItem2{
	max-width: 100%;
}
}
