
.holder { 
  background-color:#1b6c3b;
  width:100%;
  height:auto;
  overflow:hidden;
  padding:10px;
  font-family: Georgia, "Times New Roman", Times, serif, Helvetica;
  font-size: 15px;
  line-height: 1.42857;
  color: white;
  max-height: 200px;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width:96%;
  height:auto;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:10px 0px;
}
.holder ul li a {
  color:white;
  text-decoration:none;
}

