@charset "iso-8859-1";
body {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:12px;
	line-height:18px;
}
.pilates_table, .classes_table {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	text-align: left;
	vertical-align: top;
	border-bottom-style: solid;
	border-bottom-color: #ff33cc;
	border-bottom-width: thin;
}

.price_table td {
    padding: 5px;
    height: 25px;
    vertical-align: top;
}
#price_table_stack .st-key {
    width:15px !important;
}
#price_table_stack .st-val {
    width:85% !important;
}

.class_container h2 {
    margin-bottom: 10px;
    margin-top: 20px;
}

label {
    font-size: 14px;
}

input:focus, select:focus, textarea:focus {
    border: inherit;
    outline:0px none transparent !important;
    box-shadow: 0 0 4px #FB0099 !important;
}

.btn-pilates {
    background-color: #FF66CC;
    border: 2px #EB008B;
    color: #FFF;
    font-weight: bold;
}
.btn-pilates:focus, .btn-pilates:active {
    background-color: #FF66CC;
    color: #FFF;
}
.btn-pilates:hover {
    background-color: rgba(255, 102, 204, 0.71);
    color: #FFF;
}
.btn-pilates:active {
    box-shadow: 0 0 4px #FB0099 !important;
    color: #FFF;
}
.style1 {
	color: #FFFFFF;
	font-size: 18px;
	font-style: italic;
}
.style2 {
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color: #FB0099;
}	
h1 {
	font-size:18px;
	line-height:30px;
}
h2 {
	font-size:16px;
	line-height:22px;		
}
h3 {
	font-size:14px;
	line-height:20px;
}
h4 {
	font-size:12px;
	line-height:18px;	
}
h5 {
	font-size:12px;
	line-height:18px;	
}
h6 {
	font-size:13px;
}
a {
	text-decoration:none;
	color:#666666;
}
a:hover {
	text-decoration:none;
	color: #000000;
}
.footer {
	font-size: 10px;
	color: #666666;
	line-height:12px;
}
.inputtextbox{
   font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
.linkedheading{
	color: #FB0099;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer a {
    display: inline-block;
}
