.gm-options-panel {
    display: block;
    background-color: rgb(255, 255, 255);
    width: 92%;
    margin-left: 1%;
    padding: 1% 3%;
    border-radius: 4px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    margin-top: 20px;
}

p.gm-options-message {
    font-size: 1.2em;
    margin-bottom: 30px;
}

p.gm-error {
    color: rgb(173, 0, 0);
}

p.gm-success {
    color: rgb(0, 143, 16);
}