.question-buttons {
    min-height: 32px;
    margin: 15px 0px;
}

/* AKA the Submit button */
#btn {
    background-color: #2c3e50;
    border: 3px solid #808080;
    border-radius: 25px;
    color: #f1f1f1;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 32px;
    letter-spacing: .2rem;
    width: 112px;
}

#btn:hover {
    background-color: #CAE9E5;
    color: #2c3e50;
}
	
#btn_reset {
    background-color: #2c3e50;
    border: 3px solid #808080;
    border-radius: 25px;
    color: #f1f1f1;
    cursor: pointer;
    float: left;
    font-size: .7em;
    height: 32px;
    margin-right: 10px;
    width: 74px;
    letter-spacing: .1rem;
}
 
#btn_reset:hover {
    background-color: #CAE9E5;
    color: #2c3e50;
}
 
#btn_reveal {
    background-color: #2c3e50;
    border: 3px solid #808080;
    border-radius: 25px;
    color: #f1f1f1;
    cursor: pointer;
    float: left;
    font-size: .7em;
    height: 32px;
    margin-left: 10px;
    width: 74px;
    letter-spacing: .1rem;
}

#btn_reveal:hover {
    background-color: #CAE9E5;
    color: #2c3e50;
}

#dnd_reveal, #dnd_reveal{
    width:100px;
    height:22px;
    margin:4px;
    padding:0;
    border:none;
    background-repeat:no-repeat;
    background-color:transparent;
    background-position:top left;
}

#dnd_reveal:hover , #dnd_reveal:hover {
	background-position:bottom right;
 }