						ul {
							list-style: none;
						}

						ul ul {
							list-style: none;
						}
					
p img {
    box-shadow: 5px 5px 10px grey;
}
.hmEditionCont {
    background: #f1f1f1;
}
ol {
    list-style: decimal;
}
.tac {
    text-align: center!important;
}
table th {
background: #eee;
border: 1px solid #000;
}
table, td, tr{
border: 1px solid #000;
}
td{
padding: 3px !important;
}
.tr2 {
background: #eee;
border: 1px solid #000;
}
.accordion_container {
    width: 100%;
    margin-top: 60px;
}
.accordion_head {
    color: #09C;
    cursor: pointer;
    font-size: 14px;
    margin: 0 0 1px 0;
    padding: 12px;
    font-family: 'Open Sans',sans-serif;
    border-bottom: 1px solid #efefef;
    position: relative;
}
.accordion_head.active .faqh {
    color: #85b536 !important;
}
.accordion_head.active {
    background: #F9F9F9;
    color: #85b536 !important;
}
.faqh {
    font-size: 18px;
    margin: 0;
    color: #09C;
}
.plusminus {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
}
.accordion_body {
    background: #F9F9F9;
    padding: 12px;
}

.accordion_body p {
    margin: 0px 0px 15px 0px;
}

