@media screen and (min-width: 1200px) {

	.section_content {
		width: 1200px;
		margin-right: auto;
		margin-left: auto;
	}
}
.visid img {
	height: auto;
}

:root {
	--blue : #024adb;
	--orange :#ff5050;
	--red: #C8102E;
	--grey:#BBBEC2;
	--rightgrey: #EDF0F3;
}



.visid .button.red {
	display: inline-block;
	background: var(--red);
	border-radius: 40px;
}

.visid .button.red:hover {
	background: #b40e29;
}

.fc_blue {
	color: var(--blue);
}
.fc_orange {
	color: var(--orange);
}
.fc_rred {
	color: var(--red);
}
.bg_blue {
	background: var(--blue)!important;
}
.bg_orange {
	background: var(--orange);
}
.bg_red {
	background: var(--red);
}

.style_basic.blue {
	border: 2px solid var(--blue);
	background: #fff;
}
.style_basic.blue th {
	background: #e5edfb;
}
.style_basic.blue th,.style_basic.blue td {
	border: 1px solid var(--blue);
}

.style_basic.red {
	border: 2px solid var(--red);
	background: #fff;
}
.style_basic.red th {
	background: #f9e7ea;;
}
.style_basic.red th,.style_basic.red td {
	border: 1px solid var(--red);
}

.marker {
	background: linear-gradient(transparent 65%,rgb(from var(--orange) r g b / 0.3) 65%);
}
