/* classes  for instruction dialoue boxes*/
.guide {
    /*background-color:rgb(26,26,26); */
    background-color: #af4448;
    /* margin: auto; */
    /*width: 30%;*/
    border: 0px solid green;
    padding: 10px;
    border-radius: 10px;
    max-width: 550px;
    border: 1px solid black;
    margin: auto;

}

.table {
    margin-top: 2px;
    margin-bottom: 2px;
}

.font_cls {
    white-space: pre-line;
    word-break: break-word;

    /*color:yellow;*/
    /*color:black;*/
    color: white;
    font-weight: normal;
    font-family: Delius;
    margin-bottom: 2px;
    margin-left: 10px;
    font-size: 110%;
    line-height: 150%;

}

.bg-spaces {
    margin-top: 1.5rem !important;
}

.spacer {
    height: 20px;
}

.lg-spacer {
    height: 50px;
}

.sm-spacer {
    height: 25px;
}

.font_cls span {
    color: yellow;
    font-weight: bold;
}

.row {
    margin-left: auto;
    margin-right: auto;
}