/*
Theme Name: Midwest PT 766
Theme URI: http://www.e-rehab.com/
Version: 1.0
Description: Designed by John Mason
Author: John B Mason
Author URI: http://www.e-rehab.com
Template: xwp
*/
@import url(superfish.css);

html {
    background:url('images/sliver.jpg') repeat-x #a2ccdc;
    overflow-y: scroll;
}

table {border-collapse;collapse;}

body,td,.bottom,.mceContentBody,.normal {
    color: #FFF;
}

body {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-family: "Open Sans",sans-serif;
}

h1,h2,h3,h4 {
    font-family: Cinzel,serif;
    font-variant:small-caps;
    font-weight:bold;
}

h1 {font-size:160%;}
h1 span {color:#FFF;}
h2 {font-size:140%;}
h3 {font-size:115%;}
h5{font-family: Cinzel,serif;text-transform:capitalize !important;font-size:1em;font-weight:normal;border-bottom:none !important;}



.base,.gmaptopper {
    background-color: #000 !important;
    border-color: #000 !important;
}

.base_sprite,.base_numbers li:before {
    background-image: url(images/shortcodes/sprites/custom_sprite_092334.png) !important;
}

.base_text,.base_sprite a,h1,h2,h3,h4,h5,h6,.brd,.testimonial,.colorlist,.bodytext {
    color: #c8e9f5 !important;
}

.altcolor {
    color: #7e130f
}

a:link {
    color: #c4ac7c
}

a:visited,a:active {
    color: #c4ac7c
}

a:hover {
    color: #c8e9f5;
    text-decoration: none
}

.box, .dbrd{
    border: 2px solid #c8e9f5;
    background-color: #69a8c2;
    padding: 12px;
}

.box1, .dbrd1 {
    border: 2px solid #000;
    background-color: #c8e9f5;
    padding: 12px;
}

.brd {
    border: solid 2px #c8e9f5;
}

.brd1 {
    border: solid 2px #000;
}

.faqbackground {
    background-color: #69a8c2;
}


/*-----Header--------*/
.swoosh {
    width: 900px;
    height: 703px;
    position: absolute;
    z-index: 15;
}
header {
    height: 191px;
    text-align: left;
    background-color: transparent;
    position: relative;
    z-index:150;
}

.headercenter{
    width:900px;
    height: 191px;
    margin:0 auto;
    position: relative;
}

.main {
    position: relative;
    padding: 0;
    width: 900px;
    min-height:450px;
    margin: 15px auto 20px;
    text-align: left;
    overflow: hidden;
    background: transparent;
    z-index:50;
}

#topaddr {
    font-family: Cinzel, serif;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    right: 30px;
    text-align: right;
    top: 100px;
    width: 500px;
    /*text-shadow: 1px 1px 2px #000;
    letter-spacing: .1em;*/
}

#topaddr * {
    text-decoration: none;
    color: #006892;
}

#topaddr a:hover {
    color: #000 !important;
}

/*-------Main Area/Content-------*/
.wrapper {
    width:900px;
    min-height: 900px;
    height: auto !important;
    height: 100%;
    position:relative;
    margin: 0 auto -30px;
    background:url('images/centerbg.png') repeat-y;
}

#rightcol {
    margin-right: 20px;
    padding: 10px 20px;
    width:620px;
    float:right;
    min-height:630px;
    z-index:25;
}

#sidebar {
	position: absolute;
	top:286px;
    width: 178px;
    min-height: 500px;
    left:20px;
    margin: 0;
    padding: 0;
}

#wrap {
    padding: 0 8px;
}

/*MENUS*/

#horimenu {
    width: 570px;
    font-family: 'open sans', san-serif;
    position: absolute;
    right:8px;
    top:160px;
    z-index: 300;
    height: 34px;
}

.current_page_item a {
    color: #000 !important
}

.sf-menu a {
    font-family: 'open sans', sans-serif;
    /*text-shadow: 1px 1px 0 #333333;*/
    font-size: 13px;
	font-weight: bold;
    padding: 5px 4px;
    border: none;
    text-decoration: none;
    font-variant:small-caps;
}

.sf-menu a, .sf-menu a:visited {
 /* visited pseudo selector so IE6 applies text colour*/
    color: #025a7e;
  /*Match color above*/
}

.sf-menu {
    float: left;
}

.sf-menu li li a {
    border-right: none;
    font-weight:normal;
}

.sf-menu li li {
    background:#c8e9f5;
}

.sf-menu li li li {
    background: #c8e9f5;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    color: #000;
    outline: 0;
}

.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
    color: #000;
    background: #1e96bb;
    outline: 0;
}

a.smaller{font-size:85% !important;}

/* Ticker Style */
.tickercontainer { /* the outer div with the black border */
border: 1px solid #000;
background: #FFF;
width: 588px;
height: 27px;
margin: 12px 0 0 10px;
padding: 0
overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 4px;
width: 570px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 568px;
font: bold 14px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
list-style:none;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #0047AB;
text-decoration:none;
font: bold 14px Verdana;
margin: 0 20px 0 0;
}
ul.newsticker span {
margin: 0 10px 0 0;
}

/*DESIGN ELEMENTS - boxes and such*/
#footer,.push {
    height: 30px;
}

#footer {
    position: relative;
    color: #FFFFFF !important;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    background:url('images/footerbg.png') repeat-x;
}


.footercenter{
    width:900px;
    margin:0 auto;
    position: relative;
}

#footer a:link,#footer a:visited {
    color: #FFF !important;
}

#footer p {
    padding: 6px 8px 0;
    margin: 0;
    text-align:center;
    font-size:12px;
}

/*-------- Specific to this site ------------*/
.underline {
    text-decoration: underline;
}

.faq-page .question {font-size: 1.2em;}
.faq-page .video {margin-bottom: 20px;}

.sidebarmb a {
    background: url("http://ptclinic.com/site/images/mb1.png") repeat scroll 0 0 transparent;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    margin: 20px auto 0;
    padding-top: 48px;
    text-align: center;
    width: 166px;
}

.sidebarmb a:link,.sidebarmb a:visited {
    color: white !important;
}

.sidebarmb a:hover,.sidebarmb a:active {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity = 50);
}

.mbbrd1 {
    border:solid 2px #000;
    margin-bottom:6px;
}

.mbbrd2 {
    border:solid 2px #000;
}

ul li, ol li {padding-bottom:9px;}
ul li:last-child, ol li:last-child {padding-bottom:0px;}
ul ul li:last-child, ol ol li:last-child {padding-bottom:0px;}
ul ul li:first-child, ol ol li:first-child {padding-top:0px;}

ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: #006791}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: #006791}

.blacktext{color:#000;}
.blackbrd{solid 1px #000;}
.blackstrip{background:#000;color:#c8e9f5;font-weight:bold;font-family:cinzel, serif;text-transform:small-caps;text-align:center;padding:4px;margin-bottom:9px;}

.whitebrd{border:solid 1px #fff;}
.whitestrip{background:#fff;color:#006791;font-weight:bold;font-family:cinzel, serif;text-transform:small-caps;text-align:center;padding:4px;margin-bottom:9px;}

.bluetext {color:#c8e9f5;}
.bluebrd{border:solid 1px #c8e9f5;color:#000 !important;}
.blackbrd{border:solid 1px #000;}
.bluebrd2{border:solid 1px #c8e9f5;}
.bluebrd li, .bluebrd {color:#000 !important;}
#football .colorlist {color: #000 !important;}
.bluestrip{background:#c8e9f5;color:#000 !important;font-weight:bold;font-family:cinzel, serif;text-transform:small-caps;text-align:center;padding:4px;margin-bottom:9px;}

#fancyBox a {color:#006791 !important;}
#fancyBox a:hover {color:#c4ac7c !important;}

img.center {display: block; margin-left: auto; margin-right: auto;}

a.linkopacity:hover img {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
-khtml-opacity: 0.7;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity = 70);
}

a.linkopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity = 100);
}

hr {
border: 0;
color: #fff;
background-color: #fff;
height: 1px;
width: 100%;
text-align: left;
}

hr.blue {
border: 0;
color: #c8e9f5;
background-color: #c8e9f5;
height: 1px;
width: 100%;
text-align: left;
}

hr.black {
border: 0;
color: #000;
background-color: #000;
height: 1px;
width: 100%;
text-align: left;
}

legend {margin-bottom:20px;}

#fancyBox{border:2px solid #016E95;background-color:#b5e2f1;padding:10px;text-align:left;color:#000;}
#fancyBox .colorlist{color:#006791;}
#fancyBox h2 {color:#006791 !important;}
#fancyBox a {color:#006791 !important;}
#fancyBox a:hover {color:#000 !important;}
#fancyBox .normal{color:#000;font-size:85%;text-align:center;}
#fancyBox img{display:block;margin:0 auto;clear:both;}
.smallmap{width:220px;height:160px;}
.yellow{color:#026F96;}
.small{font-size:12px;}
.testimonial2{text-align:right;color:#FFF;}

#medlib a, #medlib a:active,#medlib a:visited {color:#006791;}
#medlib a:hover,#medlib a:visited {color:#800000;}
#medlib h1, #medlib h2, #medlib h3, #medlib h4, #medlib h5, #medlib h6 {color:#006791;}
#medlib #bodyText {color:#000;}

.gmaptopper {line-height: 1.2em !important;}

/* Round Corner Styles */
.rnd{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}

.toprnd{
-webkit-top-left-radius: 8px;
-moz-top-left-radius: 8px;
border-top-left-radius: 8px;
-webkit-top-right-radius: 8px;
-moz-top-right-radius: 8px;
border-top-right-radius: 8px;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */
}

.yellowbox{background-color:#fffd6a;padding:12px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;color:#FFF;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}

.purplebox{background-color:#ffffff;padding:12px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;border:2px solid #FFFD6A;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}

.tealbox2{background-color:#ffffff;padding:12px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;border:2px solid #017BA4;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}
.tealbox2 p{color:#017BA4; font-family: 'open sans', sans-serif}

.tealbox{background-color:#026F96;padding:12px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;color:#FFF;}

.box a, .box3 a, .box4 a {color:#006791 !important;}

.box h3{color:#006791 !important;padding:0 !important;margin-bottom:10px !important;}
.box1 h3{color:#016E95 !important;padding:0 !important;-bottom:10px !important;}
.box1 p, .box1 .nocolor {color:#000 !important;}
.box2 h3{color:#ba0403 !important;padding:0 !important;-bottom:10px !important;}
.box3 h3 {color:#db9305 !important;padding:0 !important;-bottom:10px !important;}

.box4 h3 {color:#706490 !important;padding:0 !important;-bottom:10px !important;}
.box5 h3 {color:#7030a0 !important;padding:0 !important;-bottom:10px !important;}

.box6 h2 {color:#000 !important;padding:0 !important;-bottom:10px !important;}

.box5 a{color:#7030a0 !important;}

.box a:hover, .box3 a:hover, .box4 a:hover, .box5 a:hover {color:#000 !important;}

.box{border:2px solid #016E95;background-color:#96d4f3;color:#000 !important;padding:12px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}
.box6{border:2px solid #016E95;background-color:#1E97BC;color:#000 !important;padding:12px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}
.box1{border:2px solid #016E95;background-color:#a1cedd;padding:12px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}
.box2{border:2px solid #ba0403;background-color:#f8c3c3;color:#000 !important;padding:12px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}
.box3{border:2px solid #db9305;background-color:#f7e5ad;color:#000 !important;padding:12px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}
.autumnbox{border:2px solid #710000;background:url('/files/photos/autumnbg.png');padding:12px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}
.box4{border:2px solid #706490;background-color:#d3cbea;color:#000 !important;padding:12px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}
.box5{border:2px solid #7030a0;background-color:#ebd9f8;color:#000 !important;padding:12px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}
.blankbox{border:2px solid #000;padding:12px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}

.blankbox2{border:2px solid #000;padding:12px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px; background-color: #1E96BB;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}

.blankbox2 a{color:#faf02f !important;}
.blankbox2 a:hover{color:#f0e1cf !important;}

#purplepromo{text-align:center;padding:8px;background:#7030a0;border:2px solid #7030a0;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}

#purplepromo p {color:#FFF;text-align:center;}
#purplepromo a{color:#FFFF66 !important;}
#purplepromo a:hover{color:#fdc689 !important;}
#purplepromo h3 {color:#FFF !important;padding:0 !important;margin:0 !important;}

#greenpromo{margin:0 auto 16px;font-weight:bold;letter-spacing:1px;text-align:center;padding:8px;background:#62d437;border:2px solid #62d437;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}
a.whitelink {color:#FFFF66 !important;}
a:hover.whitelink{color:#FFF !important;}
#greenpromo h3 {color:#FFF !important;padding:0 !important;margin:0 !important;}

#pinkpromo{text-align:center;padding:8px;border:2px solid #cc33cc;color:#cc33cc;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}
#pinktext{color:#cc33cc !important;}

#promo{text-align:center;padding:8px;border:2px solid #017BA4;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}

#newsfeedarea h1,#newsfeedarea h3,#newsfeedarea h4,#newsfeedarea h5,#newsfeedarea .newscontent,#newsfeedarea .newsdate{color:#383838;}
#newsitemsholder .newsitem{background:url("http://www.ptclinic.com/x3/scrollable/yellow200.png") no-repeat 0 0;}
.newsdivider{border-top:1px solid #016E95;}
.newscontent img{border:3px solid #016E95;}
.surveybox{border:2px solid #016E95;background-color:#FFF;}
.surveybox h1{color:#2296BD;}
.gmapballon,.gmapballon *{color:#444444;}
.gmapballon h4{color:#026F96;}
.gmaptopper{background-color:#016E95;}


#promo h1{margin:0;padding:5px;color:#253135;}
#promo h2{padding:8px;color:#1E98BD;font-size:14.9pt;}

A:link.yellowLink { color: #FFFF66;text-decoration:none; }
A:link.orangeLink { color: #00466e;text-decoration:none; }
A:hover.yellowLink { color: #FFF;text-decoration:underline; }
A:active.yellowLink { color: #FFFF66;text-decoration:none; }
A:visited.yellowLink { color: #FFFF66;text-decoration:none; }
A:visited:hover.yellowLink { color: #FFF;text-decoration:underline; }

.purpletext{color:#7030a0;}
A:link.purpleLink { color: #7030a0;text-decoration:underline; }
A:hover.purpleLink { color: #800000;text-decoration:none; }
A:active.purpleLink { color: #7030a0;text-decoration:underline; }
A:visited.purpleLink { color: #7030a0;text-decoration:underline; }
A:visited:hover.purpleLink { color: #800000;text-decoration:none; }

A:link.ltblueLink { color: #3366ff;text-decoration:underline; }
A:hover.ltblueLink { color: #800000;text-decoration:none; }
A:active.ltblueLink { color: #3366ff;text-decoration:underline; }
A:visited.ltblueLink { color: #3366ff;text-decoration:underline; }
A:visited:hover.ltblueLink { color: #800000;text-decoration:none; }

A:link.darkblueLink { color: #006791;text-decoration:underline; }
A:hover.darkblueLink { color: #000;text-decoration:none; }
A:active.darkblueLink { color: #006791;text-decoration:underline; }
A:visited.darkblueLink { color: #006791;text-decoration:underline; }
A:visited:hover.darkblueLink { color: #000;text-decoration:none; }

.testimonial{color:#026F96;}
.colorlist{color:#026F96;}

.bluebg{background:#c8e9f5;padding-top:3px;padding-bottom:3px;color:#000;}
.whitebg {background:#FFF;color:#000;padding:3px;}
.total{background:#9c9;padding:3px;color:#000;}
.textcenter{text-align:center;}

.redtext{color:#ba0403;}

.orangetext{color:#e16600;}
.orangestrip{background:#e16600;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;padding-top:3px;padding-bottom:3px;color:#FFF;font-weight:bold;text-align:center;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}

.blackstrip{background:#000;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;padding-top:3px;padding-bottom:3px;color:#FFF;font-weight:bold;text-align:center;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}

.bluestrip{background:#c8e9f5;border:solid 1px #c8e9f5;padding-top:3px;padding-bottom:3px;color:#000;font-weight:bold;text-align:center;}
.bluebrd{border:solid 1px #c8e9f5;}
.bluetext{color:#c8e9f5;}

.blackstrip2{background:#000;border:solid 1px #000;padding-top:3px;padding-bottom:3px;color:#FFF;font-weight:bold;text-align:center;}
.blackbrd{border:solid 1px #000;}
.blacktext{color:#000;}
.blackbrd2{border:solid 1px #000;background:#FFF;padding:8px;}
.greystrip{background:#CCC;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;padding-top:3px;padding-bottom:3px;color:#000;font-weight:bold;text-align:center;
behavior: url(/wp-content/themes/766theme/PIE.php); /* Internet Explorer */}
.greystrip2{background:#CCC;padding-top:3px;padding-bottom:3px;color:#000;font-weight:bold;text-align:center;}

ul.redcheck li {
  background:transparent url('/wp-content/themes/766theme/images/redcheck.gif') no-repeat scroll 0 0;
  list-style-type:none;
  padding-left: 20px;
}

.question a{padding-left:18px;text-decoration:none;display:inline-block;}
.question a{background-image:url("http://www.ptclinic.com/x3/images/plusdark.png"); background-repeat:no-repeat; background-position:0px 4px;}
.questionOver a{background-image:url("http://www.ptclinic.com/x3/images/minusdark.png"); background-repeat:no-repeat; background-position:0px 4px;}

/* Column Layouts ----------------------------------------------------- */
.one_half{width:48%;}
.one_third{width:30.66%;}
.two_third{width:65.33%;}
.one_fourth{width:22%;}
.three_fourth{width:74%;}
.one_fifth{width:16.8%;}
.two_fifth{width:37.6%;}
.three_fifth{width:58.4%;}
.four_fifth{width:79.2%;}
.one_sixth{width:13.33%;}
.five_sixth{width:82.67%;}
.custom_column{position:relative;margin:0;float:left;}
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{position:relative;margin-right:4%;float:left;min-height:1px;margin-bottom:0;}
.last{margin-right:0!important;clear:right;}

.mbhead{
border: 0 none !important;
    color: #F8BE45;
    font-size: 24px;
    font-weight: bold;
    left: 1.73px;
    line-height: 24px;
    position: absolute;
    text-align: left;
    text-decoration: none;
    top: 1.73px;
    width: 171.27px;
    z-index: 10;
}

.facebook a {color:#207CA1;}

.facebook a:hover {color:#F3BD49;}

.hideme{display:none;}

.ctr{text-align:center;}
img.ctr{display:block;margin-left:auto;margin-right:auto;}

.applynow a { display:block;   
    border: 2px solid #96d4f3;
    background-color:  #1E97BC;
    color: #fff !important;
    padding: 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
font-family: Cinzel,serif;
    font-variant: small-caps;
    font-weight: bold;
    width:100px;
    text-align:center;
    font-size:19px;
    margin-left: 14px;}

.applynow a:hover { display:block;   
    border: 2px solid#1E97BC;
    background-color: #96d4f3;
    color: #000 !important;
    padding: 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
font-family: Cinzel,serif;
    font-variant: small-caps;
    font-weight: bold;
    width:100px;
    text-align:center;
    font-size:19px;
    }