@charset "utf-8";
/* =======================================================================================



STYLE



======================================================================================= */
.attn { color: #e50044; }
.color-rose { color: #cb4a69; }
.color-holiday { color: red; }
.color-saturday { color: blue;}

.font-big { font-size: 114.285714286%;/* 16px */ }
.font-bigger { font-size: 128.571428571%;/* 18px */ }
.font-biggest,
.font-end { font-size: 142.857142857%;/* 20px */ }
.font-end { padding: .5em 0; background-color: #65052c; color: #fff; font-weight: bold; text-align: center; }

.center { text-align: center; }

p.right { text-align: right; }

img.wider,
table.wider { width: 100%; }

.img-radius-not { border-radius: 0 !important; }

.display-none { display: none; }
