.mce-toolbar-grp {
	display: none !important;
}

.attachments-options a {
	background-image: none;
  width: auto;
  height: auto;
  color: #606060;
  border: 1px solid;
  padding: 6px 16px;
}

.attachments-options a:hover {
	color:#8dcc48;
}

.post-submitted {
  padding: 20px;
  padding-right: 80px;
  color: #58923a;
  border: 1px solid #58923a;
  background-color: #dcf9cd;
  font-size: 16px;
  position: relative;
}

.post-submitted i{
  display: inline-block;
  padding: 16px;
  background-color: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #58923a;
  font-size: 16px;
}
  
.attachments-options li {
border-right: none;
}

.post-panel .flexbox-info:before {
	content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  top: 16px;
  left: -20px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #FFF transparent transparent;
}

.post-panel.warning-post .flexbox-hero {
  width: 80px;
  min-width: 80px;
  height: 80px;
}

.post-panel.warning-post .flexbox-info {
	background-color: #adcc60;
}

.post-panel.warning-post .flexbox-info p {
	color: #505050;
}
.post-panel.warning-post .flexbox-info h4 {
  border-color: #FFF;
	color: #FFF;
}

.post-panel.warning-post .flexbox-info:before {
  border-color: transparent #adcc60 transparent transparent;
}

#inscription-form input[type=radio] {
	margin-top: 4px;
  margin-left: 16px;
}

#inscription-form h4 {
	border-bottom: 1px solid;
}

#inscription-form label {
  margin-top: 16px;
  margin-bottom: 6px;
  color: #969696;
  line-height: 21px;
}

#inscription-form fieldset {
	margin-left: 16px;
}


.ch-post-form h4 {
  font: 18px 'Raleway', Arial, san-serif;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 15px;
  color: #314555;
  padding-bottom: 0px;
  margin-top: 16px;
}

#list {
	width: 100%;
}

#list td {
	border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  padding: 4px;
}

#list td:first-child {
	border-left: 1px solid #D6D6D6;
}

#list th {
	background-color: #D6D6D6;
  padding: 4px;
  font-weight: 600;
  border-right: 1px solid #FFF;
}

#list .theader th:last-child {
	border-right: none;
}

.intro {
	display: none;
}

.intro.es-int {
	display: block;
}
