﻿p.question{
    font-weight:bold;
}

p.question:hover {
    color:#006600;
    cursor: pointer;
}

p.answer {
    padding-left: 2em;
}

h5{
    color:#377645;
    font-size:16px;
    font-weight:bold;
}

.aboutboxdescription
{
    overflow:hidden;
    height: 115px;
    
}

.more-less
{
    display:block;
    text-align:left;
    margin-top: 5px;
}

ol {
  counter-reset: list;
}

ol > li {
    list-style: none;
    position: relative;
}

ol > li:before {
    counter-increment: list;
    content: counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1.4em;
}