.underlined{
    text-decoration: underline;
    -moz-text-decoration-color: red;
    text-decoration-color: red;
}

.text{
    width: 500px;
    height: 140px;
    border-style: solid;
    border-width: thin;
    padding:1em;
    padding-top: 1.5em;
}

.options{
    margin-left: 1.5em;
}

.centered{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-group > button{
    margin-right:10px;
    border-radius:5px !important;
}