table.erol_table thead {
    background-color:#6caa51;
    font-weight: bold;
    cursor: default;  
    text-align: center;
    width: 100%;
}
table.erol_table tbody {
    background-color: #9bd186;
    text-align: center;
    width: 100%;
}
m {
	padding: 20px;
}
.divider {
  margin: auto;
  margin-top: 33px;
  width: 90%;
  position: relative;
    overflow: hidden;
  height: 20px;
}
.divider:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 8px black;
}
