#breakcodeTabContainer {
	width:100%;
	height:324px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:top right;
}

.right_column {
	margin-left: 1em;
}

.clAnswerKey {
	margin-top: 0em;
	font-style: italic;
}
.clAnswerKey:hover {
	cursor: pointer;
	text-decoration: none !important;
	color: green !important;
}
.clItalics {
	font-style: italic;
}
.clbtcSpecialCipher {
	width: 160px;
	margin-right: 2em;
}

.clbtcSpecial {
	margin-bottom: 0.5em;
	margin-right: 2.5em;
	width: 35px;
}
.clspace {
	margin-left: 1.0em;
	margin-right: 1.0em;
}
.clbtcSpecialChar {
	margin-right: 0.5em;
}
.clbtcSpecialLastRow {
	margin-bottom: 1em;
}

.clCodeSelection {
	display: grid;
}
/* rows */
div.dropdown-multicol {
	width: 30em;
}
div.dropdown-row>a.dropdown-item{
	display: inline-block;
	width: 32%;
}
div.dropdown-row a {
	margin-right: 1em;
}
/* Columns */
div.dropdown-multicol2{
	width: 30em;
}
div.dropdown-multicol2>div.dropdown-col{
	display: inline-block;
	width: 12%;
	vertical-align: top;
}
.dropdown-menu {
	text-align: center;
}
.clbtcSpecialCipherRow {
	width: 100%;
	min-width: 800px;
}

#breakcodeTbl {
	border-radius: 0px;
	border-collapse: inherit;
	background: #132552 url(/images/centerCIASeal.gif) no-repeat center center;
	background: lightslategray;
	min-width: 700px;
	width: 100%;
	height: 100%;
	color: white;
	padding: 0.5em;
}

.codeResponse {
	margin-top: 1em;
	color: blue;
}
.codeResponse h4 {
	color: green;
}
.codeResponse h5 {
	color: red;
}

#breakcodeTbl td {
	border-bottom: 1px solid white;
	font-family: Roboto Slab;
	font-size: 15px;
	text-align: center;
}

.breakcode_maincontent_right {
	padding-left: 1em;
}
.breakcode_maincontent_left {
	padding: 2em;
}

.breakcode_button_menu {
	margin-bottom: 0em;
}
.code_description {
	margin: 1em 0em;
}

.code_selection_grp {
	display:inline-flex;
	margin-bottom: 1em;
}
.code_decode_pulldown {
	height: 38px;
	width: 50px;
	font-weight: bold;
	text-align: center;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.input-group {
	align-items: baseline;
}
.mb-3 {
	margin-bottom: 0 !important;
}

.dropdown-item {
	/*display: contents !important;*/
	font-size: 1.5rem;
	text-decoration: none !important;
}
.dropdown-item:hover {
	color: red !important;
	font-weight: bolder !important;
}


.btcgame {
	display:none;
	transition: 0.3s;
}

.left-menu-link {
	width: 90px;
}
.code_link_photoanalysis {
	width: 150px;
	margin-bottom: 1.5em;
}

.top_menu_buttons_photoanalysis {
	padding-right: 5em;
}

.left-menu-puzzle-image {
	width: 90px;
	margin-top: 0em !important;
	margin-bottom: 1.5em !important;
}

.puzzle-game-area {
	width:611.25px;
	height:750px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:top right;	
}

.main_menu_area {
	margin-top: 6em;
	padding-right: 0em;
	list-style: none;
}

.main_menu_area_breakcode {
	margin: 1em 0em;
}

.main_menu_area_breakcode li {
	float: left;
	margin-right: 1.25em;
}

.main_menu_area_breakcode button {
	margin-top: 1.25em;
	width: 95px;
}

.main_menu_area_photoanalysis {
	margin-top: 0em;
	padding-right: 0em;
}

.main_menu_area_puzzle {
	margin-top: 4em !important;

}

.main_playing_area {

}