﻿/* Switch */
input[type="checkbox"]:checked {
    background-color: #014001;
    border: 1px solid #014001;
}/* End Switch */