﻿/* AtoZ Selector */

.characterSelector {
    color: darkgrey;
}

.characterSelector:hover {
    color: orange;
    font-weight: bold;
}
