@charset "UTF-8";
.row:after {!important;
	content: "";
	display: table;
	clear: both;
}
.member-group {
	min-height: 200px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	margin-top: 8px;
}
/* Create two equal columns that floats next to each other */
.member-column {
	min-height: 300px;
	float: left;
	margin-right: 10px;
	width: 45%;
	margin-left: 2px;
}
.member-container {
	margin-bottom: 10px;
	border: 5px solid #CCC;
	font-family: "Comic Sans MS";
	font-size: 14px;
}
.member-heading {
	background-color: #7fcfec;
	padding-top: 4px;
	padding-left: 6px;
	font-size: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	min-height: 30px;
	line-height: 28px;
	padding-bottom: 4px;
}
.member {
	width: 100%;
	position: relative;
}
.member-left {
	width: 25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	background-color: #FFF;
	position: absolute;
}
.member-right {
	background-color: #FFF;
	padding-top: 4px;
	width: auto;
	padding-left: 30px;
	padding-right: 0px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	height: 100%;
	overflow: hidden;
	line-height: 17px;
}
.member-right-MYline {
	background-color: #FF9;
	padding-top: 4px;
	width: auto;
	padding-left: 30px;
	padding-right: 0px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	height: 100%;
	overflow: hidden;
	line-height: 17px;
}
***************************** RESPONSIVE CSS {
}
@media (max-width:800px) {
.member-group {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}
.member-column {
	width: 100%;
	margin-left: 0px;
	min-height: 50px;
}
.member-container {
	margin-bottom: 0px;
}
.member-right {
	width: auto;
}
