.jReadMoreActions span{
  color: #F87F62; }

.jReadMore {
  background: rgba(0, 0, 0, 0.2);
  margin: 10px 0 0px 0;
  overflow: auto;
  padding: 15px 10px 10px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
 
.jReadMoreLine {
  height: 1px; /* width: 400px; */
  margin-left: 0px;
  text-align: left;
  background: #44682C;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  clear: both; }

.jReadMoreTitleLine {
  height: 1px;
  margin-left: 0px;
  text-align: left;
  background: #3A5625;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; 
  clear: none; }

.jReadMoreContent em {
  font-weight: bold; /* bold; normal; */
  text-transform: uppercase;
  color: #589e29; /* #8ad459; */ }