/* Insert your pool's unique CSS here */
b, strong {
    font-weight: bolder;
    font-size: medium;
}

.row.row-messages{
    padding: 15px;
}

.messages {
    display: none;
    background: #212529;
    text-align: center;
    margin: auto;
    padding: 5px;
    margin-bottom: 10px;
    color: aliceblue;
    font-size: large;
    border-color: #000000;
    border-style: outset;
}

.message {
    text-align: center;
    margin: auto;
}
