.btn-red{
    color:#c82333
}

.w-90 {
    width: 90px;
}

.w-140 {
    width: 140px;
}

input:invalid {
	border-color: #c82333;
}

.editable {
	cursor: pointer;
}

input#cf {
	text-transform: uppercase;
}
