/***** cr1waq9m *****/

/***** Design style *****/
#main-container { background: #ffffff;
 background-repeat: no-repeat; background-position: center top;
 }

/* Form */
#main-form { background-color: #ffffff; }

/* Fonts */
#main-form { font-family: Arial; font-size: 14px; color: #000000; }
#main-form label { font-family: Arial; font-size: 14px; color: #000000; }
#main-form .btn { font-family: Arial; }

/***** Event style *****/
@import url('https://fonts.google.com/share?selection.family=Roboto%20Mono:wght@200');

* { font-family: 'Roboto Mono', monospace !important; } 

.form-group .table-form tr td { line-height:20px; }

.groupCol { width:210px; }
.detailsCol { text-align:center; }
.priceCol { width:55px;text-align:right; }

td.priceCol { color:#999; }
td.activePrice { color:#000 !important;background-color:#edf9ff;font-weight:bold; }

#totals div { text-align:right;height:30px;line-height:30px;font-size:16px; }
#totals div span { margin:0 5px 0 10px;display:inline-block;width:120px; }
#totals #grandTotal { font-size:20px; }
#totals #grandTotal span { font-size:25px;color:#4A484;font-weight:bold;text-shadow:1px 1px 1px rgba(0,0,0,0.5); }
