/* make sure the error dialog is readable */ 
.pdb-error {
	background-color:rgba(221, 61, 54, 0.5);
        margin-bottom: 20px;
}

.pdb-message {
        background-color: rgba(122, 208, 58, 0.5);
        margin-bottom: 20px;
}