﻿.tolowercase {
    text-transform: lowercase;
}

.tocapitalize span {
    text-transform: capitalize;
}