Template:Practice point/styles.css

From WikiMSK
.practicePointHeading {
    background-image: none !important;
	font-weight: 500!important;
    color: #3A7F44!important;
    padding-top: 14px;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.practicePointBox {
    color: #af212f;
    font-weight: 500;
    background-color: rgba(58, 127, 68, 0.1);
    border-left-style: solid;
    border-left-width: 3px;
    border-left-color: #3A7F44;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 14px;
    margin-bottom: 17px;
}

.practicePointText {
    margin-left: -1em;
    padding: 0.5em 2em 0.5em 2em;
}