.link {
    color: red;
    cursor: pointer;
}
.up1 {position: relative; top: -1px;}
.up2 {position: relative; top: -2px;}
.up3 {position: relative; top: -3px;}
.up4 {position: relative; top: -4px;}
.up5 {position: relative; top: -5px;}
.up6 {position: relative; top: -6px;}
.up7 {position: relative; top: -7px;}
.up8 {position: relative; top: -8px;}
.up9 {position: relative; top: -9px;}
.up10 {position: relative; top: -10px;}

.pointer {
    cursor: pointer;
}
.left {
    text-align: left;
}
.hider {
    display: none;
    position: absolute;
    top: 0; left:0;
    width: 100%; height: 100%;
    background-color: lightGrey;
    opacity: .5;
    z-index: 99;
}
.hidden {
	display : none;
}
.textMin {
    font-size: 1.2rem;
}
.title {
    font-size: 1.5rem;
    font-weight: 500;

}
.center {
    width: 100%;
/*    margin: auto; */
    text-align: center;
}
.inputText {
    width: 300px;
    font-size: 1.5em;
    padding: 0px 0px 0px 5px;
    margin: 0px;
/*    background-color: red; */
}
button {
    font-size: 1.2rem;
    border-radius: 20px;
    padding: 2px 20px 2px 20px;
    border-width: 1px;
    border-color: darkslategray;
    background-color: azure;
    cursor: pointer;
}
button.safe {
    background-color: palegreen;
}
button.careful {
    background-color: lightpink;
}
button.selected {
    border-color: blue;
    border-width: 3px;
}
/*.errorMsg {
    color: red;
    display: none;
}*/
.errorMsg {
    background-color: lightpink;
    display: none;
    margin-top: 0.5rem;
    vertical-align: middle;
    text-align: center;
    padding: 1rem;
}

.statusMsg {
    background-color: lightgreen;
    display: none;
    margin-top: 0.5rem;
    vertical-align: middle;
    text-align: center;
    padding: 1rem;
}
.warningMsg {
    background-color: yellow;
    display: none;
    margin-top: 0.5rem;
    vertical-align: middle;
    text-align: center;
    padding: .5rem 1rem .5rem 1rem;
}
