body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;

	background-color: #f9f9f9;
}
.navbar-default {
background-color: #ffff;
/* border-color: #e7e7e7; */
}
/* Tabs container */
.r-tabs {
	position: relative;
	background-color: #C7E5FF;
	border-top: 1px solid #C7E5FF;
	border-right: 1px solid #C7E5FF;
	border-left: 1px solid #C7E5FF;
	border-bottom: 4px solid#C7E5FF;
	border-radius: 4px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.li-border{
	border-right: 1px #fff solid;
	/* height: 160px; */
	margin: 0;
	/* border-bottom-style: dotted; */
	font-size: 1.5em;
	padding-top: -11px;
	padding-bottom: 5px;
	margin-left: -5px;
}
.descrip {
	position: absolute;
	width: 255px;
	border-radius: 8px;
	right: 47px;
	top: 30px;
	padding: 15px;
	height: auto;
}
.border-right{	
	border-right: 1px #E0E0E0 solid;
	margin-right: 320px;
	color: #FFF;
	height: 255px;
	margin-top: 35px
}
.descrip strong{
	font-weight:bold;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 12px;

	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color:#036;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color:#09C;
	text-shadow: none;

	background-color: white;

	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;

	border-bottom: 4px solid white;

	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;

	background-color: #C7E5FF;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;

	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #C7E5FF;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

/* Buttons */
button {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	line-height: 100%;

	color: #fff;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	font-weight: bold;
	
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #C7E5FF;
	outline:none;	
	cursor: pointer;
}
button:hover {
	background-color:#000;
}

/* Info bar */
.info {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;

	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 14px;
	color: #C7E5FF;
	border: 2px solid #00ab94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;

	cursor: pointer;
} 
