
a:hover {
    color: #4d6936;
}
a {
    color: #4a469f;
    text-decoration: underline;
}

.purple_template {
    color: #4a469f;
}

.green_template {
    color:#4d6936;
}
.bg_purple_tp { background-color: #4a469f; color:white}
.bg_green_tp { background-color: #4d6936; color:white}

.btn_green_tp {
    background-color: #4d6936;
    color:white;
}

.btn_green_tp:hover{
    background-color: white;
    border: #4d6936 2px solid;
    color: #4d6936;
}

.border_purple_tp {
  border: #4a469f 2px solid;
}

.mastermind input {
    text-align: center;
    font-size: 25px;
}

.mind_desk_letter {
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 2px;
    border: #4d6936 1px solid;
}

.readFollowChecked {
    background-color: #b5f4c2;
}
