body.space #main { padding: 50px 0; }

#trainer_list .width-container { padding: 10px 0;}

.author-meta-pro, .single-class-read { padding-top: 20px;}

.tag {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin: 5px 5px 0 0;
    padding: 5px;
}

#page-title.page-title-blog h1 { min-width: 67%; }
#gmap-draw{
    width: 100%;
    height: 288px;
    position: absolute;
    top:0;
    left: 0;
    z-index: 100;
    overflow: hidden;
}

#gmap-content{
    position: relative;
    z-index: 1000;
}
#gmap-content h1 {
    color: #000;
}

.comp-tables {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;

	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;

	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;

	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;

	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.comp-tables table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.comp-tables tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.comp-tables table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.comp-tables table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.comp-tables tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.comp-tables tr:hover td{

}
.comp-tables td{
	vertical-align:middle;


	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:9px;
	color:#000000;
}.comp-tables tr:last-child td{
	border-width:0px 1px 0px 0px;
}.comp-tables tr td:last-child{
	border-width:0px 0px 1px 0px;
}.comp-tables tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.comp-tables tr:first-child td{
	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	color:#000000;
}
.comp-tables tr:first-child:hover td{
	background-color:#cccccc;
}
.comp-tables tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.comp-tables tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.home-child-title {
  min-height: 65px;
}

.fb-link {
  float:right;
  color: #fff!important;
  background: #3b5998;
  padding: 8px 8px 0 8px!important;
  border-radius: 5px;
}
.text-center {
  text-align: center!important;
}
.home-child-image-pro {
  min-height: 110px;
}
#logo {
  width: auto!important;
}
body #logo img {
  width: auto!important;
}
#logo > a > img {
  float: left;
  padding-left: 10px;
}

#wrap { width: 600px; height: 390px; padding: 0; overflow: hidden; }
   #frame { width: 800px; height: 520px; border: 1px solid black; }
   #frame {
       -ms-zoom: 0.75;
       -moz-transform: scale(0.75);
       -moz-transform-origin: 0 0;
       -o-transform: scale(0.75);
       -o-transform-origin: 0 0;
       -webkit-transform: scale(0.75);
       -webkit-transform-origin: 0 0;
   }
