.organisation-setup h2 {
    color: #83B03D;
    font-size: 30px;
    margin-bottom: 20px;
}
.strategy-setup h2 {
    color: #03204C;
    margin-top: 30px;
    font-size: 30px;
}
.organisation-setup img.align-right {
    width: 50%;
    padding: 4% 0% 0% 4%;
}
.monitoring span {
    font-size: 20px;
    color: white;
    border-radius: 50%;
    background: #83B03D;
    list-style: circle;
    padding: 0% 0% 0% 1%;
    margin-right: 10px;
}
.dmeo-function-tab ul#tabs li.active a {
    text-decoration: none;
    color: #fff;
    background: #302f70;
}
.dmeo-function-tab ul#tabs li a {
    text-decoration: none;
    color: white;
    border-radius: 20px;
    background: #83b03d;
    text-transform: none;
    margin-top: 20px;
    padding: 10px 25px 10px 25px;
    font-size: 16px;
}
.monitoring p {
    padding: 1% 2%;
    border-radius: 20px;
    background: white;
    margin-bottom: 10px;
    color: #302f70;
    text-align: left;
    border-color: #302f70;
    border-style: solid;
}
.monitoring {
    margin-top: 30px;
}
