/* Elanot © */

.center { 
	text-align: center !important;
}

.right { 
	text-align: right !important;
}
.left { 
	text-align: left !important;
}

.highlight {
	background-color: rgba(128,0,0,0.3);
}
.lightorange {
	background-color: rgba(243, 226, 169, 0.5);
}
.lightblue {
	background-color: rgba(46, 204, 250, 0.5);
}
.lightgreen {
	background-color: rgba(216, 246, 206, 0.5);
}
.gray {
	background-color: rgba(164, 164, 164, 0.5);
}

/* text as button */
.msv_button {
	background:none;
	border:none;
	margin:0;
	padding:0;
	cursor: Pointer;
}



.page_table {
	/*border: 1px solid black;*/
	margin: 1em auto 1em auto;
	width: 100%;  
}
.page_table td {
	/*border: 1px solid black;*/
}

#map {
	/*width: 80%;*/
	margin-left: auto;
	margin-right: auto;
	/*height: 800px;*/
	/* margin-top: 20px; */
	/* margin-bottom: 20px; */
}

#clipboard {
    border: none;
    background: transparent;
}

/* #note { */
	/* color: #333333; */
	/* font-size: 13px; */
	/* padding: 5px; */
	/* border-radius: 5px; */
	/* border: 1px solid #c0c0c0; */
	/* background: none repeat scroll 0 0 #FFFFFF; */
/* } */

.sectionContainer {
	flex-direction: column;
	min-height: 200px
}
.sectionLine {
	flex-direction: column;
	height:3px;
	background: rgb(129,129,129);
	background: linear-gradient(90deg, rgba(129,129,129,1) 0%, rgba(210,210,210,1) 90%, rgba(255,255,255,1) 100%);	
}
.sectionTitle {
	text-align: center;
	color: white;
	width : 10em;
	background: #818181;
	border-bottom-right-radius: 2em;
	border-bottom-left-radius: 0em;
	padding: 0 .2em .2em .2em;
	font-size: 0.8em;
}