﻿.clue__create {
    margin-top: 80px;
}

.clue__edit {
    margin-top: 80px;
}

.clue__delete {
    margin-top: 80px;
}

.SolvedClue 
{
    background-color: white;
}

.UnSolvedClue 
{
    background-color: red;
}

.clue__label__default
{
    width: 225px;
}

.clue__input__default
{
    width: 375px;
}

.clue__input__time {
    width: 160px; /* or whatever width you prefer */
}

.clue__input__date {
    width: 150px;
}

.clue__input__cluetext {
    width: 400px;
}

.clue__input__notes {
    width: 550px;
}
