/* TABLET */
@media only screen and (min-width: 601px) and (max-width: 1210px) {
	.computer-nav-bar, .computer {
		display: none;
	}
	.mobile-nav-bar, .mobile {
		display: block;
	}
	#search-container {
		top: 75px;
	}
	.announcement-container {	
		left: 0;
	}
div.booking-data-bubble {
	width: calc(50% - 28px);
}

div.content-button-bar {
	width: calc(50% - 14px) !important;
}

.edit-topic-container {
	left: 0;
	right: 0;
}
	.content-container {
		left: 1vw;
		right: 1vw;
		bottom: 1vw;
		top: 75px;
		box-shadow: 2px 2px 5px black;
	}
	.computer-nav-menu {
		display: none;
	}

	.file-segment {
		float: left;
		width: calc(50% - 25px) !important;
	}
	.capture-clip-canvas {
		--ccWidth: calc(95vw - 20px);
		width: var(--ccWidth);
		height: calc((9/16) * var(--ccWidth));
	}
	.content-box {
		margin: 5vw;
		border: 2px solid var(--border-color);
		border-radius: 10px;
		background-color: var(--background-color);
	}
	.announcement-container {
		top: 70px !important;
	}
	#chat-content {
		margin-top: 80px;
	}
	.fixed-button {
		right: 25px;
		bottom: 25px;
	}
	.logo-container {
		height: 75px;
	}
	.logo-image {
		height: 71.5px;
	}
	.row {
		display: flex;
	}
	.column-right, .column-left {
		width: 50%;
		float: left;
		height: auto;
	}
	.greenscreen-column-right {
		width: 35%;
		float: left;
		height: auto;
	}
	 .greenscreen-column-left {
		width: 65%;
		float: left;
		height: auto;
	}
	.forum-topic-left {
		width: 30%;
		float: left;
		height: auto;
	}
	.forum-topic-right {
		width: 70%;
		float: right;
		height: auto;
	}
}