@charset "utf-8";
/* CSS Document */

/* ===================================================================
google calender css
=================================================================== */
.gc_wrapper {
	margin-top: 30px;
}
.gc_wrapper .lp li {
	padding-top: 5px;
}
.cal_wrapper {
	max-width: 880px;
	margin: 0 auto;
}

.googlecal {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.googlecal iframe,
.googlecal object,
.googlecal embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.bubble-table {
  	width: 59% !important;
}

.bubble-closebutton {
  	right: none !important;
  	left: 10% !important;
}

@media screen and (max-width: 460px) {
  .googlecal {
      padding-bottom: 141.13%;
  }

}

@media only screen and (max-width: 767px) {
  .googlecal embed,.googlecal object,.googlecal iframe,.googlecal video {
    border: 1px solid #eeeeee!important;
    padding: 4px!important;
    background-color: rgba(230,230,230,0.4)!important;
    border-radius: 3px;
  }
  .googlecal iframe {
    box-sizing: border-box;
  }
}
