﻿
em.indent-1 {
	padding-left:2em;
	text-indent:-1em;
}

p.indent {
	margin-left:1.5em;
	text-indent:-1em;
}

p.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}

ul.link_list_index li {
    padding-left:2em; margin-left: 2em; margin-top: 5px; margin-bottom: 5px;
    background: url(../../assets/img/icon_circleArrowRight.png) no-repeat 0 50%/18px; auto;
    line-height: 2;
}

.marker-orange {
  background: linear-gradient(transparent 67%,rgba(247, 198, 104, 0.2) 67%,rgb(247, 198, 104) 77%,rgba(247, 198, 104, 0.2));
  font-weight: bold;
  padding-bottom: 5px;
}

#join a{
        text-decoration:none;
	/*color:red;*/

}

#join{
	font-size:18px;
	width:400px;
	height:50px;
	line-height:50px;
	text-align:center;
	margin:2% auto;

}

#joina{
	font-size:18px;
	color: #fff; 
	background-color:#CC3366;
	border-radius: 8px;
	/*box-shadow: 4px 4px 4px 2px #ccc,inset 2px 4px 4px 2px pink;*/
	text-decoration: none;
	padding: 10px 50px;
	transition: 0.8s;

}

#joina:hover {
	color:#CC3366;
	background-color: #FFCCFF;
	border:2px solid #CC3366;
	border-radius: 8px;
	/*box-shadow: 4px 4px 4px 2px #ccc,inset 2px 4px 4px 2px lavenderblush;*/
	font-weight: bold;
}