@charset "utf-8";

div.alert { padding: 15px; width: 100%; text-align: center; margin: 20px 0px; }

div.alert.error { color: rgb(0, 0, 51); border: 1px solid rgb(255, 0, 0); background-color: rgb(255, 204, 204); }

div.alert.success { color: rgb(0, 0, 51); border: 1px solid rgb(0, 255, 0); background-color: rgb(204, 255, 204); }

div.alert.info { border: 1px solid rgb(58, 135, 173); background-color: rgb(118, 184, 216); color: rgb(255, 255, 255); }