.cmnstr{
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	color: #FFF;
	font-size: .75em;
	font-weight: 400;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10000;
	box-shadow: 0 -5px 10px rgba(0,0,0,.3);
}

.cmnstr-inner {
	padding: .5rem .5rem 1.5rem;
	margin: auto;
	max-width: 800px;
	font-family: "Montserrat", sans-serif;
}

.cmnstr-inner details{
	font-size: 1em;
}

@media all and (min-width: 786px) {
	.cmnstr {
		position: fixed;
		font-size: .9rem;
	}
	.cmnstr-inner {
		padding: 1.5rem 2rem;
	}
}

.cmnstr-title {
	font-weight: bold;
	margin-bottom: .5em;
	font-size: 1.5em;
}

.cmnstr summary{
	text-align: right;
	color: white;
}

.cmnstr-body{
	padding: 0;
	margin: 0 1.5em 1em 0;
	font-size: .95em;
	line-height: 1.55;
}

.cmnstr-body a{
	color: #FFF;
}

.cmnstr-options {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 1em;
}

.cmnstr-options li {
	margin-right: 1em;
	font-size: 1.05em;
	color: #FFF;
}

.cmnstr-options input{
	appearance: auto;
	height: auto;
	width: auto;
	margin: 0.25em 0 0 0.45em;
	padding: 0;
	display: inline;
}

.cmnstr-btn-set{
	display: flex;
	margin-top: 1em;
	justify-content: end;
}

.cmnstr-button{
	border:none;
	padding: 1em;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	font-size: .85em;
	margin-top: 1em;
	display: inline-block;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: 600;
	background: #000;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.cmnstr-button.highlight{
	background-color: black;
	color: white;
	margin-left: .5em;
	border: 1px solid #FFF;
}

.cmnstr-button:hover,
.cmnstr-button:focus {
	background-color: white;
	color: 	black;
	text-decoration: none !important;
}

.cmnstr-button.highlight:hover,
.cmnstr-button.highlight:focus {
	color: black;
	border: none;
	background-color: #fff;
}

@media all and (min-width: 786px) {
	.cmnstr-button {
		font-size: .85em;
	}
}

.cmnstr-tabs {
	margin-top: 1em;
	font-size: .85em;
}

.cmnstr-tabs-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	position: relative;
	z-index: 2;
}

.cmnstr-tabs-nav li {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.cmnstr-tabs-nav li:last-child {
	border-right: 1px solid #CCC;
}

.cmnstr-tabs-nav li a{
	display: block;
	padding: .25em 1em;
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
}

.cmnstr-tabs-nav li a.is-active {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}

.cmnstr-tabs-container {
	position: relative;
	z-index: 1;
	top: -1px;
	border-top: 1px solid #CCC;
}

.cmnstr-tabs-container > div {
	padding: .5em;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	display: none;
}

.cmnstr-tabs-container > div.is-active {
	display: block;
}

.cmnstr-table {
	width: 100%;
}

.cmnstr-table th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #CCC;
	padding: .25em .5em;
}

.cmnstr-table th:first-child {
	padding-left: 0;
}

.cmnstr-table th:last-child {
	padding-right: 0;
}

.cmnstr-table td {
	vertical-align: baseline;
	padding: .5em .5em;
	border-bottom: 1px dotted #CCC;
	font-size: .85em;
}

@media all and (min-width: 786px) {
	.cmnstr-table td {
		font-size: 1em;
	}
}

.cmnstr-table td:first-child {
	padding-left: 0;
}

.cmnstr-table td:last-child {
	padding-right: 0;
}

#cmnstr-details-necessary > p, #cmnstr-details-statistics > p{
	font-family: "Montserrat", sans-serif;
	font-style: normal;
}
