/* Add here all your CSS customizations */


.form-control {
    border-color: #777 !important;
}

.table th {
    border-color: #01DA58 !important;
}

.table td{

	 border-right-color: #01DA58 !important;
	  border-left-color: #01DA58 !important;
}

.pricing-table .plan .plan-features ul li {
    border-bottom: 1px solid #03d85940 !important;
    line-height: 2.9;
    list-style: none;
    font-size: 0.9em;
}


html .border-color-light {
    border-color: transparent !important;
}

.border-width-10 {
    border-width: 0px !important;
}

.border-radius {
    border-radius: 0px !important;
}

html section.section-dark{
    
    
  
    background-color: transparent !important;
    border-color: transparent !important;
    
}




