<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ################################################################################
   Custom Fonts elements
################################################################################ */
@font-face {
  font-family: 'LeeHarveyRegular';
  src: url('/fonts/oswald/Oswald-Regular.eot'); /* IE9 Compat Modes */
  src: url('/fonts/oswald/Oswald-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/oswald/Oswald-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('/fonts/oswald/Oswald-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/oswald/Oswald-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'LeeHarveyBold';
  src: url('/fonts/oswald/Oswald-Bold.eot'); /* IE9 Compat Modes */
  src: url('/fonts/oswald/Oswald-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/oswald/Oswald-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('/fonts/oswald/Oswald-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/oswald/Oswald-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'LeeHarveyLight';
  src: url('/fonts/oswald/Oswald-Light.eot'); /* IE9 Compat Modes */
  src: url('/fonts/oswald/Oswald-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/oswald/Oswald-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('/fonts/oswald/Oswald-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/oswald/Oswald-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}


/* ################################################################################
   global content elements
################################################################################ */

*{
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
*:before,
*:after{
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
html{
    margin: 0;
    padding: 0;
    min-height:100%;
    background: linear-gradient(0deg, #b1ac8e, #e5deb8 20%) no-repeat;
}
body {
    margin: 0;
    padding: 0;
    background-color: #e5deb8;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #FFF;
}
.clear {
    clear: both;
}
h1, h2, h3, h4{
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
h1{
    font-size: 42px;
    font-family: 'LeeHarveyLight', Sans-Serif;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 40px;
    margin: 0px 0px 4px 0px;
}
h2{
    font-size: 30px;
    font-family: 'LeeHarveyLight', Sans-Serif;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 40px;
    margin: 6px 0px 4px 0px;
    float: left;
    color: #b6afaf;
}
h3{}
h4{}
p{}
p a{}
p a:hover{}


/* ################################################################################
   containers / layout elements
################################################################################ */
#top-shadow{
    width: 100%;
    height: 450px;
    position: relative;
    /*background: #b1ac8e;*/
    background: -webkit-linear-gradient(#b1ac8e, #e5deb8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#b1ac8e, #e5deb8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#b1ac8e, #e5deb8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#b1ac8e, #e5deb8); /* Standard syntax */
}
#page-wrapper{
    position: relative;
    margin: -290px auto 0px auto;
    width: 960px;
    height: auto;
    /*border: 1px solid #F00;*/
}
#page-content{
    float: left;
    width: 100%;
    height: auto;
    min-height: 500px;
    margin-bottom: 100px;
    /*background: #f0f0f0;*/
}
.container{}


/* ################################################################################
   login page elements
################################################################################ */
#login-header{
    float: left;
    width: 1000px;
    height: 272px;
    margin: -110px 0px 0px -40px;
    background: url('/img/login-bg-top.png') no-repeat;
    z-index: 1000;
    position: relative;
}
#login-page-wrapper{
    background: #5c4e46;
    width: 678px;
    margin: -162px 0px 0px 140px;
    height: auto;
    min-height: 505px;
    float: left;
    clear: both;
    z-index: 10;
    box-shadow: 5px 5px 30px #b1ac8e;
}
#login-page-content{
    float: left;
    width: 480px;
    height: auto;
    margin: 55px 0px 55px 99px;
    z-index: 1000;
    position: relative;
    /*background: #0FF;*/
}
#login-footer{
    float: left;
    clear: both;
    width: 960px;
    height: 325px;
    margin: -143px 0px 0px 0px;
    background: url('/img/login-bg-btm.png') no-repeat;
    z-index: 100;
    position: relative;
}
#login-footer-bottles{
    float: right;
    clear: both;
    width: 532px;
    height: 124px;
    margin: -36px -20px 0px 0px;
    background: url('/img/login-footer-de.png') no-repeat;
    z-index: 100;
    position: relative;
}
#welcome{
    border-top: 2px solid #887e78;
    border-bottom: 2px solid #887e78;
    margin: 20px 0px 0px 0px;
    padding: 16px 0px 18px 0px;
    font-size: 14px;
    line-height: 20px;
    float: left;
    clear: both;
    width: 100%;
}
#login-request-account-text{
    /*background: #F90;*/
    width:310px;
    float: left;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 14px;
}
#login-request-account-text a{
    color: #FFF;
    text-decoration: underline;
}
#login-smalltext{
    /*background: #FF0;*/
    width:310px;
    float: left;
    font-size: 9px;
    line-height: 12px;
}
/* Login Form Elements */
.form-field-wrapper{
    position: relative;
    width: 100%;
    margin: 20px 0px 0px 0px;
    float: left;
    /*background: #0F0;*/
}
.form-label{
    float: left;
    width: 100%;
    text-transform: uppercase;
    height: auto;
    font-size: 17px;
    font-family: 'LeeHarveyRegular', Sans-Serif;
    letter-spacing: 0px;
    line-height: 20px;
    margin: 0px 0px 8px 0px;
}
.input-text{
    width: 466px;
    height: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #CCC;
    padding: 4px 6px;
    border-radius: 3px;
    margin: 0px 0px 9px 0px;
}
.input-textarea{
    width: 466px;
    height: 150px;
    border: 1px solid #666;
    padding: 6px;
}
#login-submit{
    float: right;
}
.error-cell{
    border: 1px solid #b94a48 !important;
    background: #E3B7B6 !important;
}
#login-error-msg,
#pwd-reset-req-error-msg,
#pwd-reset-error-msg{
    width: 100%;
    padding: 0px 0px 12px 0px;
}
.error-msg{
    color: #b94a48;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    /*font-weight: bold;*/
}


/* ################################################################################
   Admin Nav and page elements
################################################################################ */
#admin-nav-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #5c4e46;
    border-bottom: 2px solid #887e78;
    box-shadow: 5px 5px 30px #b1ac8e;
}
#admin-nav{
    position: relative;
    margin: 0px auto 0px auto;
    width: 960px;
    height: auto;
    color: #FFF;
}
#admin-nav ul{
    list-style: none;
    float: left;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0;
    margin: 0 0 10px 25px;
}
#admin-nav li{
    display: inline-block;
    margin: 22px 0px 0px 20px;
    line-height: 20px;
}
#admin-nav li a{
    text-decoration: none;
    color: #FFF;
}
#admin-nav li a:hover{
    text-decoration: none;
    color: #b6afaf;
}

/* Add new user form */
#add-user-form .form-field-wrapper{
    margin: 4px 0px 6px 0px;
}
#add-user-form .form-label,
#format-request-form .form-label{
    display: inline;
    width: 150px;
    padding: 6px 20px 0px 0px;
}
#add-user-form  .input-text{
    display: inline;
    width: 380px;
}
input[type=checkbox] {
	visibility: hidden;
}
.input-chbox{
	width: 26px;
	height: 26px;
	background: #fcfff4;
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
    float: left;
}
.input-chbox label{
	cursor: pointer;
	position: absolute;
	width: 22px;
	height: 22px;
	left: 2px;
	top: 2px;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	/*background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );*/
    background: #5c4e46;
}
.input-chbox label:after{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	/*background: #3a87ad;
	background: -webkit-linear-gradient(top, #3a87ad 0%, #347A9C 100%);
	background: -moz-linear-gradient(top, #3a87ad 0%, #347A9C 100%);
	background: -o-linear-gradient(top, #3a87ad 0%, #347A9C 100%);
	background: -ms-linear-gradient(top, #3a87ad 0%, #347A9C 100%);
	background: linear-gradient(top, #3a87ad 0%, #347A9C 100%);*/
    /*
    background: #4e0608;
    background: #8a1d2e;
    background: #bd4041;
    */
    background: #b87823;
	top: 2px;
	left: 2px;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}
.input-chbox label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.input-chbox input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#user-error-msg{
    height: auto;
    display: inline-block;
    width: auto;
    min-width: 380px;
    padding: 4px 0px 0px 0px;
}
#createUserReturnMsg,
#formatRequestReturnMsg{
    float: left;
    clear: both;
    width: auto;
    margin: 10px 0px 10px 170px;
}
#pwdResetRequestReturnMsg,
#pwdResetReturnMsg{
    float: left;
    clear: both;
    width: auto;
    margin: -25px 0px 10px 0px;
}
.success-msg{
    float: left;
    color: #468847;
    background: #C8DBC8;
    padding: 10px 20px 10px 20px;
    margin: 10px 0px 10px 0px;
    border: 2px solid #468847;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
}
#createUserReturnMsg .success-msg{
    width: 350px;
}
#formatRequestReturnMsg .success-msg{
    width: 436px;
}

/* All Users (edit) table */
#users-datatable{
    width: 880px;
    margin: 0px 0px 20px 0px;
}
#users-datatable thead tr{
    height: 31px;
    background: url('/img/accordion-header-all.png') repeat-x;
    text-align: left;
}
#users-datatable thead tr th{
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'LeeHarveyRegular', Sans-Serif;
    letter-spacing: 0px;
}
#users-datatable thead tr th:first-child,
#users-datatable .first-col{
    padding-left: 10px !important;
}
#users-datatable thead tr th:last-child{
    width: 100px;
}
#users-datatable .user-header{
    border-bottom: 1px solid #FFF;
    color: #000;
    font-size: 13px;
    background: -webkit-linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* Standard syntax */
}
#users-datatable .user-header a{
    color: #000;
}
#users-datatable .user-header td{
    padding: 5px 0px 7px 0px;
}
#users-datatable .user-detail{
    background: linear-gradient(0deg, #d0cece, #FFF 25%) no-repeat;
    border-bottom: 1px solid #FFF;
}
#users-datatable .user-detail .form-row-wrapper{
    float: left;
    clear: left;
}
#users-datatable .user-edit-wrapper{
    padding: 12px 0px 20px 0px;
    width: 880px;
    float: left;
    font-size: 13px;
}
#users-datatable .user-detail .user-form-label{
    color: #000;
    float: left;
    width: 125px;
    margin: 0px 0px 0px 12px;
}
#users-datatable .user-detail .user-input-text{
    font-size: 12px;
    padding: 1px 0px 1px 8px;
    width: 390px;
    float: left;
    margin-bottom: 9px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
#users-datatable .user-detail .error-msg{
    float: left;
    width: 380px;
    font-size: 13px;
}
#format-request-form .error-msg{
    float: left;
    width: 340px;
    margin: 10px 0px 0px 10px;
}
#users-datatable .user-detail .drink-item-chbox{
    float: left !important;
}


/* ################################################################################
   User nav bar elements
################################################################################ */

#user-nav-bar{
    width: 100%;
    height: 40px;
    display: block;
    background-color: #5c4e46;
    border-bottom: 2px solid #887e78;
}
#user-nav-bar ul{
    text-transform: uppercase;
    margin: 0px 0px 0px 24px;
    padding: 0;
}
#user-nav-bar ul li{
    list-style: none;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    margin: 8px 32px 0px 0px;
}
#user-nav-bar ul li a{
    text-decoration: none;
    color: #FFF;
}
#user-nav-bar ul li a:hover{
    text-decoration: none;
    color: #b6afaf;
}


/* ################################################################################
   Instructional (home)page elements
################################################################################ */
#full-page-wrapper{
    width: 880px;
    padding: 38px 40px 20px 40px;
    height: auto;
    min-height: 540px;
    float: left;
    clear: both;
    z-index: 10;
    box-shadow: 5px 5px 30px #b1ac8e;
}
#instructions-footer{
    float: left;
    clear: both;
    width: 1200px;
    height: 425px;
    margin: -233px 0px 0px -129px;
    background: url('/img/instructions-bg-btm.png') no-repeat;
    z-index: 100;
    position: relative;
}
#full-page-header,
#profile-details{
    border-bottom:2px solid #b5aea2;
    padding: 0px 0px 18px 0px;
    margin: 0px 0px 16px 0px;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}
#instructions-table{
    width:880px;
    max-width: 100%;
    font-size: 13px;
    line-height: 16px;
    border-collapse: collapse;
    border-spacing: 0;
}
#instructions-table td{
    vertical-align: top !important;
}
#instructions-table .col-1{
    width: 280px;
    padding: 0px 0px 0px 0px;
    flex: none;
}
#instructions-table .number-cell{
    border-right: 2px solid #b6b0a3;
    width: 53px;
    margin: 0px 15px 14px 20px;
    display: block;
}
#instructions-table .text-cell{
    width: 220px;
}
#instructions-table a{
    color: #FFF;
}
#instructions-table .footnote-cell{
    font-size: 10px;
    line-height: 12px;
}
#profile-details .title{
    font-family: 'LeeHarveyRegular', Sans-Serif;
    color: #FFF;
    text-transform: uppercase;
    float: left;
    width: 70px;
}
#profile-details .detail-block{
    width: 159px;
    height: 58px;
    border: 1px solid #FFF;
    color: #FFF;
    float: left;
    margin: 0px 0px 0px 12px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px #453b36;
    font-size: 11px;
    line-height: 14px;
}
#profile-details .detail-block:nth-child(2){
    margin: 0px 0px 0px 50px;
}
#profile-details .profile-title{
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'LeeHarveyRegular', Sans-Serif;
    background: url('/img/profile-detail-title-circle.png') no-repeat top right;
    width: auto;
    padding: 0px 20px 4px 0px;
    float: left;
}
#profile-details span{
    float: left;
    clear: left;
}
#profile-details .green{
    background: #ac9838;
}
#profile-details .orange{
    background: #c98320;
}
#profile-details .purple{
    background: #653778;
}
#profile-details .brown{
    background: #41301e;
}


/* ################################################################################
   Drinks Form elements
################################################################################ */
#nb-info-wrapper{
    float: right;
}
#nb-icon{
    display: inline-block;
    width: 28px;
    height: 27px;
    background: url('/img/NB.png') no-repeat left top;
    font-size: 0px;
    text-align: -9999px;
    float: left;
    padding: 0px 10px 4px 0px;
}
#nb-content{
    width: 370px;
    /*border-left: 2px solid #b6b0a3;*/
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    float: right;
}
#whiskies-form{
    float: left;
    margin: 4px 0px 1px 0px;
    width: 880px;
}
.accordion{
    margin-bottom: 20px;
}
.accordion-item{
    margin: 0px 0px 1px 0px;
    border: none;
}
.accordion-header{
    width: 880px;
    height: 31px;
    float: left;
    margin: 0px 0px 1px 0px;
}
.accordion-header-title .form-label{
    margin: 5px 0px 0px 5px;
    font-size: 16px;
}
.accordion-header-title .open-arrow{
    width: 15px;
    height: 14px;
    background: url('/img/accordion-arrow-open.png') no-repeat;
    float: right;
    margin: -16px 4px 0px 0px;
    cursor: pointer;
}
/* All Whiskies */
.all-whiskies-list .select-all,
.all-whiskies-list .deselect-all{
    float: right;
    margin: -19px 32px 0px 0px;
    cursor: pointer;
    width: auto;
    padding: 0px 16px 0px 16px;
    height: 17px !important;
    display: inline-block;
    background: #5c4e46;
    border: 1px solid #eae8e8;
    border-radius: 5px;
    box-shadow: 5px 5px 10px #453b36;
    text-align: center;
    font-size: 10px;
    font-family: 'LeeHarveyRegular', Sans-Serif;
    line-height: 20px;
}
.all-whiskies-list .select-all span,
.all-whiskies-list .deselect-all span{
    color: #FFF;
    text-transform: uppercase;
}
.all-whiskies-list .accordion-header-left{
    width: 10px;
    height: 31px;
    background: url('/img/accordion-header-all-l.png') no-repeat;
    float: left;
}
.all-whiskies-list .accordion-header-title{
    width: 860px;
    height: 31px;
    background: url('/img/accordion-header-all.png') repeat-x;
    float: left;
}
.all-whiskies-list .accordion-header-right{
    width: 10px;
    height: 31px;
    background: url('/img/accordion-header-all-r.png') no-repeat;
    float: left;
}
/* Light Floral Whiskies */
.light-floral-list .accordion-header-left{
    width: 10px;
    height: 31px;
    background: url('/img/accordion-header-LF-l.png') no-repeat;
    float: left;
}
.light-floral-list .accordion-header-title{
    width: 860px;
    height: 31px;
    background: url('/img/accordion-header-LF.png') repeat-x;
    float: left;
}
.light-floral-list .accordion-header-right{
    width: 10px;
    height: 31px;
    background: url('/img/accordion-header-LF-r.png') no-repeat;
    float: left;
}
/* Fruity Spicy Whiskies */
.fruity-spicy-list .accordion-header-left{
    width: 10px;
    height: 31px;
    background: url('/img/accordion-header-FS-l.png') no-repeat;
    float: left;
}
.fruity-spicy-list .accordion-header-title{
    width: 860px;
    height: 31px;
    background: url('/img/accordion-header-FS.png') repeat-x;
    float: left;
}
.fruity-spicy-list .accordion-header-right{
    width: 10px;
    height: 31px;
    background: url('/img/accordion-header-FS-r.png') no-repeat;
    float: left;
}
/* Rich Rounded Whiskies */
.rich-rounded-list .accordion-header-left{
    width: 10px;
    height: 31px;
    background: url('/img/accordion-header-RR-l.png') no-repeat;
    float: left;
}
.rich-rounded-list .accordion-header-title{
    width: 860px;
    height: 31px;
    background: url('/img/accordion-header-RR.png') repeat-x;
    float: left;
}
.rich-rounded-list .accordion-header-right{
    width: 10px;
    height: 31px;
    background: url('/img/accordion-header-RR-r.png') no-repeat;
    float: left;
}
/* Full Bodied Smoky */
.full-bodied-smoky-list .accordion-header-left{
    width: 10px;
    height: 31px;
    background: url('/img/accordion-header-FBS-l.png') no-repeat;
    float: left;
}
.full-bodied-smoky-list .accordion-header-title{
    width: 860px;
    height: 31px;
    background: url('/img/accordion-header-FBS.png') repeat-x;
    float: left;
}
.full-bodied-smoky-list .accordion-header-right{
    width: 10px;
    height: 31px;
    background: url('/img/accordion-header-FBS-r.png') no-repeat;
    float: left;
}
/* Accordion Content Area */
.accordion-content{
    float: left;
    padding: 12px 0px 12px 0px;
    width: 878px;
    background: #FFF;
    border: 1px solid #9c9793;
    color: #000;
    font-size: 12px;
}
.drink-item-wrapper{
    display: inline-block;
    margin: 3px 0px 0px 12px;
    height: 20px;
    vertical-align: top;
}
.drink-item-chbox{
    display: inline-block;
    position: relative;
    /*top: -4px;*/
    /*height: 20px;*/
    vertical-align: top;
}
.drink-item-chbox input[type="checkbox"]{
    display: none;
}
.drink-item-chbox input[type="checkbox"]+label{
    height:18px;
    width: 18px;
    border: 1px solid #b3b5b7;
}
.drink-item-chbox input[type="checkbox"]:checked + label{
    background: url('/img/checked.png')  no-repeat;
    background-position: top 1px left 1px;
}
.drink-item-detail{
    display: inline-block;
    width: 400px;
    height: auto;
    line-height: 20px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 1px;
    /*background: url('/img/drink-item-bg.png') no-repeat;*/
    background: -webkit-linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* Standard syntax */
}
.drink-item-title{
    display: inline;
    float: left;
    margin: 0px 0px 0px 5px;
    width: 245px;
}
.drink-item-region{
    display: inline;
    float: left;
    color: #99917f;
}
.drink-item-diageo{
    display: inline;
    float: right;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #99917f;
    width: 16px;
    text-align: left;
}
#whiskies-submit{
    margin: 60px 0px 0px 0px;
    padding: 1px 6px;
}


/* ################################################################################
   Refine page elements
################################################################################ */

#event-detail-form{
    float: right;
    width: 575px;
    /*border: 1px solid #F00;*/
    text-align: right;
}
#event-detail-form .form-field-wrapper{
    margin: 4px 0px 6px 0px;
}
#event-detail-form .form-label{
    display: inline;
    width: auto;
    min-width: 140px;
    padding: 6px 10px 0px 0px;
}
#event-detail-form  .input-text{
    display: inline;
    width: 380px;
}
#map-controls{
    display: block;
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    margin: 25px 0px 20px 0px;
}
#map-controls-left{
    float: left;
}
#map-controls-left .paper-size-btn{
    margin: 0px 34px 0px 0px;
}
#map-controls-right{
    float: right;
    width: 100%;
}
#map-controls-right .submit-btn{
    margin: 0px 0px 0px 20px;
    padding: 0px 5px 0px 5px;
}


/* ################################################################################
   Map elements
################################################################################ */

#map-spacer{
    display: block;
    width: 100%;
    height: 18px;
    float: left;
    clear: both;
}
#map{
    width: 880px;
    height: 880px;
    position: relative;
    clear: both;
    background: #F1F1F1;
}
#map.map-grid{
    background: url('/img/map-bg-grid.png') no-repeat;
}
#map.map-no-grid{
    background: url('/img/map-bg-no-grid.png') no-repeat;
}
.map-point{
    /*width: 10px;
    height: 10px;*/
    /*background-color: #00F;*/
    /* border-radius: 5px; */
    position: absolute;
    color: #000;
    background-color: #000;
}
.map-point.large-point{
    width: 20px;
    height: 20px;
    border-radius: 10px;
}
.map-point.large-point .point-label{
    margin: 12px 0px 0px 14px;
    font-size: 18px;
    line-height: 22px;
}
.map-point.medium-point{
    width: 16px;
    height: 16px;
    border-radius: 8px;
}
.map-point.medium-point .point-label{
    margin: 10px 0px 0px 12px;
    font-size: 16px;
    line-height: 19px;
}
.map-point.small-point{
    width: 12px;
    height: 12px;
    border-radius: 6px;
}
.map-point.small-point .point-label{
    margin: 6px 0px 0px 8px;
    font-size: 12px;
    line-height: 15px;
}
/*.map-point.profile-colour-1{
    background-color: #ac9838;
}
.map-point.profile-colour-2{
    background-color: #c98320;
}
.map-point.profile-colour-3{
    background-color: #653778;
}
.map-point.profile-colour-4{
    background-color: #41301e;
}*/
.point-label{
    /*border: 1px solid #0FF;*/
    width: 135px;
    text-align: left;
    cursor: move;
    padding: 2px;
    border-radius: 5px;
    /*margin: 4px 0px 0px 4px;*/
}
/* .point-label-wrapper{} */
.ui-draggable-dragging{
    background: #468847;
    opacity: 0.5;
    border: 1px solid #468847;
    border-radius: 5px;
}
.highlighted-map-point{
    background: #468847 !important;
}


/* ################################################################################
   My Maps (listing and form) elements
################################################################################ */

/* Save Maps Page */
#save-map-form{
    float: left;
    width: 100%;
    margin: 24px 0px 24px 0px;
}
#save-map-form .form-field-wrapper{
    margin: 4px 0px 6px 0px;
}
#save-map-form .form-label{
    display: inline;
    width: 140px;
    padding: 6px 20px 0px 0px;
}
#save-map-form  .input-text{
    display: inline;
    width: 380px;
}

/* My Maps Page */
#my-maps-saved-maps-wrapper{}
#my-maps-saved-maps-table{
    width: 100%;
}
#my-maps-saved-maps-table thead tr{
    height: 31px;
    background: url('/img/accordion-header-all.png') repeat-x;
    text-align: left;
}
#my-maps-saved-maps-table thead tr th{
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'LeeHarveyRegular', Sans-Serif;
    letter-spacing: 0px;
}
#my-maps-saved-maps-table thead tr th:first-child,
#my-maps-saved-maps-table .first-col{
    padding-left: 10px !important;
}
#my-maps-saved-maps-table tbody tr{
    border-bottom: 1px solid #FFF;
    color: #000;
    font-size: 13px;
    background: -webkit-linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e5e3e3, #f6f5f4, #d0cece); /* Standard syntax */
}
#my-maps-saved-maps-table tbody tr td{
    padding: 5px 0px 7px 0px;
}
#my-maps-saved-maps-table tbody tr td:last-child{
    padding-right: 10px !important;
}
#my-maps-saved-maps-table tbody tr td .table-edit-btn{
    margin-left: 12px;
}
#hidden-whiskies-form{
    display: none;
}


/* ################################################################################
   Preview page elements
################################################################################ */

#create-pdf-btns{
    float: right;
    width: 510px;
    margin: 0px 0px 0px 0px;
}
#create-pdf-btns .create-pdf-btns-group{
    display: block;
    height: auto;
    width: 155px;
    float: left;
    margin-right: 15px;
}
#create-pdf-btns .create-pdf-btns-group .btn-group-title{
    display: block;
    width: 100%;
    height: 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'LeeHarveyLight', Sans-Serif;
    line-height: 20px;
}
#pdf-bg{
    width: 880px;
    height: 622px;
    border-top: 2px solid #887e78;
    margin: 20px 0px 0px 0px;
    padding: 16px 0px 18px 0px;
    font-size: 14px;
    float: left;
    clear: both;
    position: relative;
}
#pdf-bg.pdf-no-title{
    background: url('/img/pdf-preview-bg-no-title-de.png') no-repeat;
    background-position: top 20px center;
}
#pdf-bg.pdf-title{
    background: url('/img/pdf-preview-bg-title-de.png') no-repeat;
    background-position: top 20px center;
}
#pdf-bg #grid-event-info{
    position: absolute;
    top: 54px;
    left: 42px;
    width: 98px;
    height: 96px;
    display: table;
    /*border: 1px solid #F00;*/
}
#pdf-bg #grid-event-info{
    position: relative;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    font-family: 'LeeHarveyRegular', Sans-Serif;
    letter-spacing: 0px;
    /*background: #00F;*/
    /*background: transparent;*/
}
#pdf-bg #grid-event-info .cell-alignment{
    display: table-cell;
    vertical-align: middle !important;
    padding: 0;
    margin: 0;
}
#pdf-bg #grid-event-info span{
    float: left;
    clear: left;
}
#pdf-bg #grid-event-info span.event-title{
    color: #FFF;
}
#pdf-bg #grid-event-info span.event-venue{
    color: #999;
}
#pdf-bg #grid-preview{
    position: absolute;
    top: 143px;
    left: 253px;
}


/* ################################################################################
   common elements
################################################################################ */
.light-brown{
    background: #9b9381;
}
.brown{
    background: #5c4e46;
}
.title-line-1{
    color: #FFF;
    float: left;
}
.title-line-2{
    color: #b6afaf;
    float: left;
    clear: left;
}
.submit-btn{
    width: auto;
    min-width: 120px;
    height: 30px !important;
    display: inline-block;
    background: #5c4e46;
    border: 2px solid #eae8e8;
    border-radius: 8px;
    box-shadow: 5px 5px 10px #453b36;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'LeeHarveyLight', Sans-Serif;
    line-height: 20px;
    margin: 5px 0px 0px 0px;
    padding: 0;
}
.submit-btn a{
    color: #FFF;
    text-decoration: none;
    margin: 5px 0px 0px 0px;
    line-height: 20px;
    display: block;
}
.submit-btn a:hover{
    text-decoration: none;
}
.table-edit-btn,
.user-form-btn{
    height: 20px !important;
    display: inline-block;
    background: #5c4e46;
    border: 1px solid #eae8e8;
    border-radius: 8px;
    box-shadow: 5px 5px 10px #453b36;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'LeeHarveyRegular', Sans-Serif;
    line-height: 20px;
    margin: 0px 0px 0px 0px;
}
.table-edit-btn{
    width: 80px !important;
}
.user-form-btn{
    width: auto;
    min-width: 100px;
    float: left !important;
    margin: 12px 24px 0px 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.table-edit-btn a,
.user-form-btn a{
    color: #FFF !important;
    text-decoration: none;
    margin: 0px 0px 0px 0px !important;
    display: block;
}
.table-edit-btn a:hover,
.user-form-btn a:hover{
    text-decoration: none;
}
.paper-size-btn{
    width: 155px !important;
    height: 30px !important;
    display: inline-block;
    border: 2px solid #eae8e8;
    border-radius: 8px;
    box-shadow: 5px 5px 10px #453b36;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'LeeHarveyRegular', Sans-Serif;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
    background: #8c827e url('/img/pdf-icon.png') no-repeat;
    background-position: top 5px right 6px;
}
.paper-size-btn-no-icon{
    width: 155px !important;
    height: 30px !important;
    display: inline-block;
    border: 2px solid #eae8e8;
    border-radius: 8px;
    box-shadow: 5px 5px 10px #453b36;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'LeeHarveyRegular', Sans-Serif;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
    background: #8c827e;
}
.paper-size-btn a{
    color: #FFF;
    text-decoration: none;
    margin: 5px 0px 0px -22px;
    display: block;
}
.paper-size-btn-no-icon a{
    color: #FFF;
    text-decoration: none;
    margin: 5px 0px 0px 0px;
    display: block;
}
.paper-size-btn a:hover,
.paper-size-btn-no-icon a:hover{
    text-decoration: none;
}
.left-btn{
    float: left;
}
.right-btn{
    float: right;
}

</pre></body></html>