@import "/Themes/modern/page_style.css";

@import "allocations.css?v=8";

.sm-line img {
	height: 24px;
	width: 24px;
	margin-right:3px;
}

.sm-line {
	display: flex;
    justify-content: center;
    align-items: center;
}

.commonSidebar {
	background-image: url(/Content/2022/GTS-Chronicles/Graphics/GTSChroniclesSidebarBackgroundVertical.png);
    background-repeat-x: no-repeat;
    background-position-x: center;
}

.sidebar_title_text {
	border-top: 1px solid #000000;
    background-color: #B0B0B0;
    color: #FFFFFF;
    font: 16px Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.custom_video_wrapper {
	width: 100%;
    margin: 0 auto;
}

.custom_video_caption {
	margin-top: -20px;
    font-size: 0.7em;
    text-align: center;
}

.logo-merge-v2 {
	float: right;
}

.logo-merge-v2 img {
	width: 350px;
}

@media only screen and (max-width: 600px) {
	.logo-merge-v2 {
		float: none;
		text-align: center;
	}
	.logo-merge-v2 img {
		width: 300px;
	}
	.sm-line img {
		height: 18px;
		width: 18px;
		margin-right:3px;
	}
}

@media only screen and (max-width: 350px) {
	.logo-merge-v2 img {
		width: 225px;
	}
}


