.message.error {
    background-color:pink !important;
    color:red !important;
    text-align: center;
    font-size: 120%;
    cursor:pointer;
    font-weight: bold;
}

.message.success {
    background-color:#88ff88 !important;
	color:green !important;
    text-align: center;
    font-size: 120%;
    cursor:pointer;
    font-weight: bold;
}

.red {
    color: rgba(255,0,0,1);
}

.nowrap {
    white-space: nowrap;
}