@charset "utf-8";
/* CSS Document */
body{

	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
.font_size
{
	font-size: 19px;
}
.txte_size
{
	font-size: 14px!important;
}
.image_profile{
	position: relative;
	border-radius: 50px;
	height: 80px;
	width: 80px;
	color: #fff;
	float: right;
	border: 1px solid #2e9b08;
	box-shadow: 3px 3px 15px #bbb;
	background: #FFFFFF;
}
.size_sm{
	font-size: 10px!important;
}
.size_md{
	font-size: 12px!important;
}
.accordion {
  background-color: #78c53b;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  /*text-align: right;*/
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  /*float: left;*/
  float: right;
  margin-left: 5px;
}

