
div.test {
  position: absolute;
  top: 0px;
}
body {
  background: #fff;
  margin: 0px;
  padding: 0px;
}
body.printable {
  background: #fff;
  padding: 20px;
}


div#opselw ,
div#calw,
div#timeselw
{
  display: none;
}
iframe {
  display: block;
  overflow: auto;
  width: 97%;
  margin: 0px 0px 30px 0px;
  border: 6px solid #ddd;
  padding: 10px 0px 10px 10px;
}
body.iframe_content {
  font: normal normal 13px/15px 'Exo', arial, sans-serif;
  color: #444;
  background: transparent;
  margin: 0px 19px 0px 4px;
}
div#area1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;	
}
div#a1_bott {
  width: 100%;
  height: 49px;
  position:relative;
}
a.zbrafooter {
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
}
span.legalnote {
  display: block;
  width: 70%;
  margin: 0 auto 30px auto;
}
div#area2 {
    min-height: 300px;
    width: 1122px;
    margin: 0px auto;
}


/*        */
/* TOPBAR */
/*        */
div#topbar {
  width: 100%;
  min-height: 136px;
  margin: 0px 30px 0px 0px;
  position: relative;
  padding: 0px 0px 10px;
}

span.hdr1 {
  position: relative;
  top: -9px;
}

a.logo {
    width: 30%;
    display: block;
    border: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 19px auto 0px 0px;
}
a.logo img {
  width: 100%;
}
a#nettivarausbtn {
  width: 222px; height: 73px;
  position: absolute;
  right: 10px;
  top: 30px;
  z-index: 99;
}
div#navi {
  margin: 0 0 13px 0;
}
div.navibar {
  min-height: 45px;
  background: #fff;
  text-align: left;
}
a.naviitem {
  height: 45px;
  display: inline-block;
  font: normal normal 19px/45px Arial, sans-serif;
  color: #000;
  padding: 0px 18px;
  background: #fff;
}
a.naviitem:hover {
  text-decoration: underline;
}
a.naviitem.selected {
  background: #fff;
  text-decoration: underline;
}
div#langselectionw {
  position: absolute;
  right: 2%;
  bottom: 35px;
  display: none;
}
A.langsel {
    text-decoration: none;
    margin: 0px 15px 0px 0px;
    background: rgba(255,255,255,0.6);
    padding: 8px 26px;

}
A.langsel span.langname {
  font: normal normal 12px/14px arial,sans-serif;
  color: #767676;
  display: inline-block;
  margin: 0px 0px 0px 4px;
  position: relative;
  top: -1px;
}
A.langsel:hover span.langname {
  color: #000;
}
A.langsel.selected {
    background: rgba(255,255,255,0.8);

}
A.langsel.selected span.langname {
  color: #ea632d;
  font-weight: normal;
  text-decoration: underline;
}
A.langsel.selected img.langflag {
  box-shadow: 0px 0px 10px rgba(255,255,255,0.4);
}

h1.mp {
  font: italic bold 20px/30px Overlock, cursive;
  color: #404040;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
table.noborder, table.noborder tr, table.noborder td, img.noborder {
  border: 0px;
  padding: 0px;
  margin: 0px;
  border-spacing: 0;
}

div.cont1 {
  position: relative;
  background: rgb(12, 81, 113);
}
div.varauswidgetw {
  width: 50%;
  position: relative;
  float: left;
  2background: #65cbc9;
  2min-height: 372px;
  2max-height: 372px;
}
p.welcomenote {
    font: normal normal 14px/16px arial,sans-serif;
    margin: 10px 10px 20px 0px;
    background: rgba(255,255,255,0.8);
    padding: 20px;
    margin: 0;
}
div#subpagecontent {
  width: 974px;
}
div#subpagecontent div.cols2_1 {
  width: 487px;
  float: left;
}
div#subpagecontent div.cols2_2 {
  width: 487px;
  float: right;
}
div#subpagecontent div.cols3_1 {
  width: 353px;
  float: left;
}
div#subpagecontent div.cols3_2 {
  width: 302px;
  float: left;
}
div#subpagecontent div.cols3_3 {
  width: 319px;
  float: right;
}
div.topbanner {
  width: 50%;
  float: left;
  overflow: hidden;
}
img.bannerimg {
   2width: 100%;
}
a {
  color: rgb(12, 81, 113);
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}


div.numblob {
  width: 84px;
  height: 84px;
  background: transparent url(/gfx/listblob.png) 0px 0px no-repeat;
  float: left;
  position: relative;
  margin: 0px 10px 0px 0px;
}
div.numblob span {
  font: normal normal 45px/45px Vettis;
  color: #4D4D4D;
  position: absolute;
  top: 15px;
  text-align: center;
  width: 100%;
}
A.zbrabook.selblob,
div.zbrabook.selblob
{
  position: relative;
  display: block;
  min-width: 229px;
  min-height: 40px;
  background-color: #f5f5f5;
  color: #4c4c4c;
  font: normal bold 16px/18px Arial, serif;
  margin: 5px 0px 0px 0px;
  text-align: center;
  padding: 10px 19px 8px 16px;
}
A.zbrabook.selblob.selected,
div.zbrabook.selblob.selected
{
  background-color: #3f3f3f !important;
  color: #fff;
}
A.zbrabook.selblob:hover ,
div.zbrabook.selblob:hover
{
  background-color: #ddd !important;

}
div.zbrabook.selblob.timesel:hover {
  background-color: #ababab !important;

}

A.zbrabook.selblob.selected:hover,
div.zbrabook.selblob.selected:hover
{
  color: #fff;
  background-color: #3f3f3f !important;
}

.zbrabook.selblob.bisel.breakbar  {
  background: #ffffff;
  color: #ce9624;
}
.zbrabook.selblob.bisel.breakbar:hover {
  background: #ffffff !important;
}

A.zbrabook.selblob span.bookitem ,
div.zbrabook.selblob span.bookitem
{
  text-align: center;
  width: 100%;
  margin-left: auto; 
  margin-right: auto;
}
A.zbrabook.selblob span.timeitem ,
div.zbrabook.selblob span.timeitem
{
  text-align: center;
}
A.zbrabook.selblob span.timeitem.time,
div.zbrabook.selblob span.timeitem.time
{
  font: normal bold 14px/16px Arial, serif;
  display: block;
}
A.zbrabook.selblob span.timeitem.op,
div.zbrabook.selblob span.timeitem.op
{
  font: normal normal 13px/16px Arial, serif;
  display: block;
}
a.zbrabook.selblob.disabled ,
div.zbrabook.selblob.disabled 
{
  opacity: 0.2;
}
div.disab {
  opacity: 0.6;
}
div.joblist.spacer.hdr {
  height: 20px;
  background: #4d2f48;
  color: #fff;
  font: normal bold 16px/16px arial, sans-serif;
  text-align: center;
  padding: 17px;
}

div.zbrabook.selblob.timesel {
    position: relative;
    display: block;
    width: 27%;
    min-height: 17px;
    background-color:rgb(241 165 12 / 83%);
    color: #ffffff;
    font: normal bold 16px/18px Arial, serif;
    margin: 5px 7px 0px 0px;
    text-align: center;
    padding: 5px 7px 5px 7px;
    float: left;
    min-width: 10px;
}
div.zbrabook.selblob.timesel a.addtocart {
    display: none;
    background: #fff;
    color: #fff;
    width: 70%;
    margin: 17px auto 10px auto;
    padding: 10px 10px;
    box-shadow: 0px 0px 25px rgba(234, 99, 45, 0.31);
}
div.zbrabook.selblob.timesel.selected  a.addtocart {
  display: block;
}
div.zbrabook.selblob.timesel.selected  a.addtocart:hover {
   box-shadow: 0px 0px 25px rgba(234, 99, 45, 0.41);
   text-shadow: 0px 0px 15px rgba(255,255,255,0.4);
   -ms-transform: scale(1.03);
   -webkit-transform: scale(1.03);
   -o-transform: scale(1.03);
   -moz-transform: scale(1.03);

}

div.zbrabook.selblob.timesel span.alreadyincart span.lbl {
  color: #7bff1b  !important
}
div.zbrabook.selblob.timesel span.alreadyincart span.check {
  width: 42px;
  height: 42px;
  display: block;
  top: 4px;
   position: absolute;
  left: 4px;
  background: transparent url(/gfx/checkmark.png) no-repeat;

}


span.zbrabook.bookitem.desc {
  font: normal normal 12px/13px arial;
  display: block;
  margin: 5px;
}
a.zbrabook.rechoose {
    color: #fff;
    font: normal bold 16px/16px Arial, serif;
    display: block;
    text-align: center;
    padding: 6px;
    background: rgba(255,255,255,0.3);
    width: 70%;
    margin: 24px auto 28px auto;
 position: relative;
}
a.zbrabook.rechoose.bi {
  display: none;
}
a.zbrabook.rechoose span.lbl {
  font: normal bold 16px/16px Arial, serif;
   display: block;
   text-align: center;
}
a.zbrabook.rechoose span.calicon {
    position: absolute;
    right: 8px;
    top: 1px;
    border: 0px solid;
    width: 24px;
    height: 24px;
    background-size: 100%;
    background: transparent url(/gfx_customer/icon_calendar.png) no-repeat;
    background-size: cover;
}
a.zbrabook.icon.calendar.rechoose.bi {
    position: absolute;
    top: 0px;
    right: 3px;
    display: block;
    width: 147px;
    height: 24px;
    margin: 0px;
    padding: 0px;
}
a.zbrabook.icon.calendar.rechoose.bi span.lbl {
  font-size: 12px;
  width: 120px;
  margin-top: 6px;
}
div.datehdr {
    font: normal bold 18px/26px 'Open Sans', sans-serif;
    display: block;
    color: #ffffff;
    margin: 12px 0px 0px 0px;
    clear: both;
    letter-spacing: 1px;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.4);
}

div#calarea {
    margin: 0px;
    position: relative;
    padding: 8px;
    top: 5px;
    background: rgb(225, 225, 225);
}
div.zbrabook.optselw {
  margin-left: 20px;
  float: left;
  width: 30%
}
div.zbrabook.optsel {
  min-width: 250px;
  overflow: visible;
  width: 92%;
  margin: 24px auto 0px auto;
}

div.zbrabook.calw {
 min-width: 414px;
  min-height: 440px;
  position: relative;
  margin: 0px 18px 57px 15px;
}
div.zbrabook.timeselw {
  min-width: 300px;
  position: relative;
   float: left;
  width: 30%

}
div#timesel {
  padding: 14px 0px 0px 8px;
  overflow: auto;
  position: relative;
  min-height: 120px;
}
div.zbrabook.panelw {
  background-color: rgba(255, 255, 255, 1);
  padding: 20px;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
  position: relative;
}
div.zbrabook.panelw.disabled {
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.6;
}
div.zbrabook.panelw.disabled h2.zbrabook.panel {
  color: #585858;
}

h2.zbrabook.panel {
    font: normal bold 24px/22px 'worksans', Arial, sans-serif;
    letter-spacing: 1px;
    color: #f1a50c;
    margin: 0px 0px 10px 0px !important;
    position: relative;
}
h2.zbrabook.panel.currentphase {
  color: ##572c3c;
}
h2.zbrabook.panel.phase3 {
  margin: 0px 0px 10px 10px !important;
}

/* Transparent div to prevent clicks to underlying controls */
div.zbrabook.panelfog {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: transparent;
}

div.zbrabook.infow {
  position: fixed;
  bottom: 0px;
  width: 100%;
  min-height: 79px;
  border: 0px solid #f0f;
  margin-left: auto;
  margin-right: auto;
  background: transparent url(/gfx/infdiv_bg.png) 0px 0px repeat-x;
  text-align: center;
  z-index: 99;
}
div.zbrabook.infow span {
  font: italic bold 19px/26px Overlock, cursive;
  color: #e7e7e7;
}
span.zbrabook.info.noavailslots {
  color: #FF584B;
  text-shadow: 1px 1px 3px #000;
  

}  
div.zbrabook.infow span.placer {
  margin-top: 38px;
  display: block;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
div.zbrabook.infow span.intro {
  margin-right: 8px;
  color: #fff;
}
a.zbrabook.abtn {
display: block;
    color: #ffffff;
    background-color: #f1a50c;
    font: normal normal 22px/23px 'worksans', Arial, sans-serif;
    text-align: center;
    padding: 17px 40px;
    width: 60%;
    margin: 0 auto;
}
a.zbrabook.abtn.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
a.zbrabook.abtn.continuetop4 {
  float: right;
  position: relative; 
  top: -13px; 
  right: 2%;
  box-shadow: 0px 0px 30px rgba(255,255,255,0.7);
}
a.zbrabook.abtn.authform {
  display: block;
  width: 30%;
  margin: 29px 0px 0px 0px;
  white-space: nowrap;
}

a.zbrabook.abtn:hover {
  text-shadow: 1px 1px 3px #000;
  color: #FFF;
  box-shadow: 0px 0px 40px rgba(255,255,255,0.9);
  background-color: #f1a50c;

}
div.zbrabook.thanksnotew {
  text-align: center;
  margin: 0px 18px;
}

.placereservationbtnw {
  margin: 15px 0px;
}
a.zbrabook.abtn.reservationbtn {
}
a.zbrabook.form.reservationbtn:hover {
  border: 2px solid #ddd;
}
div#enablesubsequentbookingsnote {
  display: none;
}
div#enablesubsequentbookingsnote a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font: normal normal 16px/18px Arial, serif;
  display: block;
  padding: 5px;
}

span.zbrabook.form.info, span.zbrabook.form.formnote {
  font: normal normal 14px/18px 'Exo', Arial, serif;
  color: #000;
  display: block;
  margin: 21px 0px 26px 0px;
}
span.zbrabook.form.formnote {
  color: #B51616;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}
span.zbrabook.form.formnote.ok {
  color: #666;
  text-align: center;
}
div.zbrabook.form.col1 {
  width: 48%;
  border: 0px solid #ddd;
  min-height: 100x;
  float: left;
  border-right: 1px solid #ddd;
  padding: 10px 0px 10px 0px;
}
div.zbrabook.form.col2 {
  width: 48%;
  min-height: 100x;
  float: right;
  padding: 10px 0px 10px 0px;

}

div.zbrabook.form.reservationsummary {
  clar: both;
  border: 0px solid #f00;
  width: 390px;
  min-height: 0px;
  float: left;
  font: italic bold 16px/20px Overlock, cursive;
  margin: 10px 0px 0px 0px;

}
div.zbrabook.form.reservationsummary span.intro {
  color: #8C3434;
}
div.zbrabook.form.placereservationbtnw {
}

span.zbrabook.form.item.label {
  font: normal normal 12px/12px Arial, serif;
  color: #666;
  display: block;
  margin: 0px 0px 5px 0px;
}
span.zbrabook.form.item.valuetxt {
 font: normal normal 16px/20px Arial, serif;
  color: #000;
  display: block;
  margin: 4px 0px 10px 0px;
}

span.zbrabook.form.colhdr {
 font: normal bold 24px/22px 'gothambold1', Arial, sans-serif;
    letter-spacing: 1px;
    color: #572c3c;
  margin: 0px 0px 13px 0px;
  display: block;
}

.zbrabook.form.item.field ,
 input.authform 
{
  font: normal normal 18px/32px arial, sans-serif;
  margin: 0px 0px 7px 0px;
  width: 89%;
  height: 20px;
  background-color: #FBFBFB;
  border: 2px solid #DDDDDD;
  color: #555;
  padding: 7px;
}
textarea#zbrabook_formfield-extraNotes {
  min-height: 145px;
}
span.fieldinst_txt {
  display: block;
  font-size: 12px;
}
input.authform {
  display: block;
}
select.zbrabook.form.item.field {
  height: 25px;
  width: 255px;
}
.zbrabook.form.item.field.error,
div.zbrabook.form.biw input.error {
  border: 2px solid #E09692;
  background-color: #FBF2F1;
}


.zbrabook.form.item.field.okok {
  background: transparent url(/gfx/resform_okfield2_icon.png) no-repeat right center;

}
span.zbrabook.form.item.tip {
  width: 14px; height: 23px;
  background: transparent url(/gfx/resform_tip_icon.png) no-repeat;
  border: 0px solid #f0f;
  display: inline-block;
  position: relative;  
  top: 7px;
}

div.zbrabook.form.biw div.ciassetw {
  margin: 10px 0px;
} 

div.zbrabook.form.biw {
  margin: 0px 0px 5px 0px;
  background-color: #eee;
  padding: 11px;
  font: normal normal 14px/16px Arial, serif;
  color: #666;
  text-align: center;
  position: relative;
}
div.zbrabook.form.biw span.bilbl {
  display: block;
  font-weight: bold;
  color: #000;
}
div.zbrabook.form.biw span.hdrlbl {
  display: block;
  font-weight: bold;
}
div.zbrabook.form.biw span.bitime {
  display: block;
  font-weight: normal;
}
div.zbrabook.form.biw input {
   font: normal normal 16px/20px arial, sans-serif;
    border: 2px solid #ddd;
    margin: 5px 0px 0px 0px;
    width: 76%;
    padding: 3px 10px;
    color: #666;
}

.biw div.addassettociw {
  margin: 5px;
 
}
.biw div.addassettociw a {
  display: block;
}
.biw div.addassettociw.enabled span.msg {
  display: none;
}
.biw div.addassettociw.disabled span.msg {
  display: block;
}
.biw div.addassettociw.disabled a {
  display: none;
}


div.zbrabook.form.biw a.birem ,
a.removesubsequenttime
{
  position: absolute;
   top: 4px;
   right: 7px;
   width: 12px;
   height: 12px;
   font-size: 20px;
   line-height: 14px;
  color: #c90404;
}
a.removesubsequenttime {
  top: -4px;
}
a.zbrabook.okcloselink {
  font: normal normal 14px/16px Arial, serif;
  color: #B93228;
  display: block;
  margin: 10px 0px;
}
a.zbrabook.okcloselink:hover {
  text-decoration: underline;
}

div.ohjew {
  margin: 20px 10px 0px 20px;
  width: 650px;
  float: left;
}
div.ohjeimgw {
  float: right;
  width: 270px;
  text-align: right;
}
div.ohjew h1 {
  font: italic normal 22px/22px Overlock, cursive;
  color: #8B0600;
  text-shadow: 1px 1px 0.05em rgba(30, 30, 30, 0.4);
  margin: 0px;
}
div.ohjew h2 {
  font: italic normal 18px/22px Overlock, cursive;
  color: #000;
  margin: 0px 0px 5px 0px;
}
div.ohjew div.intro {
  font: normal normal 16px/16px Arial, serif;
  color: #404040;
  margin: 10px 0px 20px 0px;
}

div.ohjew div.leipa {
  font: normal normal 14px/16px Arial, serif;
  color: #404040;

}
div.zbrabook.basectrlw {
  border: 0px solid #f0f;
}
div.zbrabook.authctrlw {
  display: none;
}
div.zbrabook.authctrlw span.userinfo {
  color: #c7c7c7;
    text-decoration: none;
    font-weight: bold;
    font: normal normal 15px/15px Arial;
    display: block;
    text-align: center;
    margin: 7px 0px 0px 0px;
    position: absolute;
    width: 100%;
}
div.zbrabook.authctrlw a {
    color: #ffffff;
    /* text-decoration: none; */
    font-weight: bold;
    font: normal normal 15px/39px Arial;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    height: 100%;
}
div.zbrabook.authctrlw a.loggedin {
    font: normal normal 15px/59px Arial;
}

div.zbrabook.miscinfow {
  display: none;
}
div.zbrabook.miscinfow a {
    display: block;
    font-size: normal normal 14px/16px arial, sans-serif;
    font: normal normal 14px/41px arial, sans-serif;
    color: #ddd;
    text-align: center;
    cursor: pointer;
}
div.zbrabook.miscinfow a:hover {
  text-decoration: underline;
}

div.zbrabook.cartinfow {
    width: 100%;
    float: none;
    position: fixed;
    bottom: -1px;
    background: rgb(241, 165, 12);
    z-index: 1000;
    height: 86px;
    box-shadow: 0px 0px 29px rgba(0,0,0,.2);
}

div.zbrabook.cartinfow.itemsincart {
    background: rgb(241, 165, 12);
}
div.zbrabook.cartinfow.emptycart {
  background: rgb(241, 165, 12);
}
span.cartinfo1 {
    color: #7c7c7c !important;
    text-decoration: none;
    font: normal bold 16px/18px Arial;
    display: block;
    text-align: center;
    margin: 7px 0px 0px 0px;
    position: absolute;
    width: 46%;
    top: 20px;
}
span.cartinfo1.hasitems {
  display: none;
}
div.zbrabook.cartinfow.emptycart span.cartinfo1 {
  color: #fff !important;
  padding: 0px !important;
  width: 100%;
  text-align: center;
}
div.zbrabook.cartinfow.emptycart span.cartinfo1 a {
    color: #fff !important;
    font-size: 30px;
    width: 100%;
    height: 100px;
    display: block;
    top: -30px;
    position: relative;
    padding: 41px 0px 0px 0px;
}
div.zbrabook.cartinfow a.cartorderbtn {
    display: block;
    min-width: 30%;
    padding: 0px 21px;
    background-color: #0c5171;
    font: normal bold 24px/51px Arial;
    text-align: center;
    position: absolute;
    right: 8px;
    color: #fff;
    height: 54px;
    top: 14px;
    box-shadow: 0px 0px 22px rgba(0,0,0,0.2);
}
div.clear {
  clear: both;
}

div.biseldropdw {
  background: rgba(255,255,255,0.3);
  padding: 5px;
  position: relative;
}
div.biseldropdw.pos2,
div.biseldropdw.pos3
{
  display: none;
  margin-top: 30px;
}
div.biseldropdw.hidden {
  display: none;
}
div.biseldropdw:hover {
  background: rgba(255,255,255,.5);
  cursor: pointer;
}
div.biseldropdw div.dropdownw {
  background: #fff;
  height: 40px;
  position: relative;
}
div.selectionhdr {
  position: absolute;
  top: -15px;
  font: normal normal 12px/12px arial,sans-serif;
  color: #fff;
  display: none;
  width: 100%;

}
div.selectionhdr.enabled {
  display: block;
}
.biseldropdw.pos1 div.selectionhdr a.removesubsequenttime {
  display: none;
}

span.downarr {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 14px;
    top: -12px !important;
    border: 1px solid
}
span.chosenlbl {
    display: block;
    font: normal normal 16px/23px 'gothambold1', sans-serif;
    color: #484848;
    padding: 9px 0px 0px 16px;
}

div.biselhoverlistw_1
,div.biselhoverlistw_2
,div.biselhoverlistw_3
 {
  background: #fff;
  min-height: 100px;
  top: 40px;
  position: absolute;
  width: 98%;
  2margin: 5px;
  2padding: 0px 6px 0px 6px;
  height: 400px;
  overflow: hidden;
  overflow-y: scroll;
  box-shadow: 0px 24px 31px rgba(0,0,0,0.2);
  z-index: 20;
}


div#loginformw {
  padding: 20px;
}

div.authloginmessage {
  font: normal normal 18px/25px arial, sans-serif;
  margin: 0px 0px 15px 0px;
}
div.authloginmessage.success {
  color: #444;
}
div.authloginmessage.failure {
  color: #c20e0e;  
}

h2.authform, h2.printable {
  font: normal bold 24px/22px Arial, sans-serif;
  letter-spacing: 1px;
   color: #f15a24;
  margin: 0px 0px 17px 0px;
}

h2.printable {
  color: #000;
}

div#loginformw span.lbl {
  font: normal normal 16px/25px arial, sans-serif;
  color: #444;
  display: block;
  margin: 0px 0px 5px 0px;
}
div#loginformw {

}
table.maintable {
  width: 97%;
  margin-top: 10px;
}
td.fc-widget-content {
  width: 13%;
}

table.infotbl1 td {
  font: normal normal 14px/18px Arial, sans-serif;
  color: 666;
  padding: 5px 8px 5px 0px;
  white-space: nowrap;
}

table.infotbl1 td.rowsethdr {
  font-weight: bold;
  color: #000;
}

a.workwin.openprintable {
  position: absolute;
  color: #666;
  font: normal bold 14px/16px arial,sans-serif;
  right: 80px;
  top: 34px;
}

span.emptylistnote.instruction {
    color: rgb(255 182 34);
    font: normal normal 28px/35px 'worksans', Arial, sans-serif;
    display: block;
    text-align: center;
    margin: 0px 30px 20px 30px;
}

span.arr_r, span.arr_l, span.arr_d {
    content: '';
    border: 2px solid transparent;
    border-color: #fff;
    border-top: none;
    border-left: none;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}
span.arr_r {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
span.arr_l {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
span.arr_d {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
span.arr_r.small, span.arr_l.small {
  width: 6px;
  height: 6px;
}
span.arr_r.tiny, span.arr_l.tiny {
  width: 3px;
  height: 3px;
  border: 1px solid transparent;
   border-top: none;
    border-left: none;

}
span.arr_r.white, span.arr_l.white {
  border-color: #fff;
}
span.arr_r.grey, span.arr_l.grey, span.arr_d.grey {
  border-color: #8d8d8d;
}




.fc-event {
  background: rgb(241, 165, 12);
  border: 0px;
  text-align: center;
  padding: 4px 2px;
}



@media screen and (max-width:1199px){
  a.naviitem {
    float: left;
    width: 50%;
    padding: 0px;
  }
  div#area2 {
    max-width: 1122px;
    width: 100%;
  }
  div.zbrabook.infow {
    display: none;
  }
  div.zbrabook.authctrlw {
  }

div.zbrabook.cartinfow {
    width: 100%;
    float: none;
    position: fixed;
    bottom: -1px;
    z-index: 1000;
    height: 86px;
}

  span.cartinfo1 { 
    
    text-align: left;
    padding: 0px 0px 0px 10%;
  }
  a.cartorderbtn.lang_SE {
    font-size: 1.0em !important;
  }

  A.zbrabook.selblob, div.zbrabook.selblob {
    font-size: 18px;
  }

  div.zbrabook.form.col1 {
    width: 100%;
    border-right: 0px;
  }
  div.zbrabook.form.col2 {
    width: 100%;
  }
  span.zbrabook.form.colhdr {
    font-size: 20px;
  }
  .zbrabook.form.item.field {
     width: 97%;
     font: normal normal 24px/38px arial, sans-serif;
     height: auto;    
  }
  textarea#zbrabook_formfield-extraNotes {
     width: 97%;

  }
  span.zbrabook.form.item.label {
    font-size: 16px;
  }
  a.zbrafooter {
     bottom: 80px;
  }
}
@media screen and (max-width:900px){
  a.logo {
    width: 88%;
  }

}
@media screen and (max-width:800px){
  div#topbar { 
   min-height: 1px;
  }

}
@media screen and (max-width:570px){

  div.topbanner {
    width: 100%;
  }
  .bx-wrapper {
     margin-bottom: 0px;
  }
 div.varauswidgetw {
    width: 100%;
    right: auto;
    left: auto;
    top: 1px;
  }

  a.logo {
    width: 67%;
    margin: 25px auto -12px auto;
    position: relative;
    height: 143px;
  }
  a.naviitem {
    width: 100%;
    text-align: center;
  }
  img.bannerimg {
    left: -47%;
    position: relative;
  }
  div#topbar {
  }
  div#langselectionw {
    bottom: -16px;
  }
  span.hdr1 span.small1 {
    display: block;
  }

  div.zbrabook.panelw {
    margin: 0px 2% 0px 2%
  }
  div.zbrabook.optselw {
    width: 86%;
  }
  div.zbrabook.timeselw {
    width: 86%;
  }
  div#timesel {
    height: 335px;
  }

  iframe {
    height: auto;
  }
  div#a1_bott {
    height: 19px;
  }
  span.legalnote {
     margin-bottom: 100px;
  }
}
