@charset "UTF-8";

a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

body {
  color:#333;
  background:#fdf4f5;
  font-size:16px;
  font-family:'Tinos',serif;
}

h2 {
  font-size:42px;
  border-bottom:1px solid #ccc;
  padding-bottom:12px;
  margin-bottom:12px;
  color:#214f66;
  font-family:'Great Vibes',cursive;
  text-align:center;
}

h3 {
  font-size:18px;
  margin-bottom:8px;
}

ul {
  padding:0;
  margin:0;
  margin-bottom:32px;
  list-style:none;
}

ul {
  line-height:1.6;
}

p {
  margin-bottom:16px;
  line-height:1.6;
  color:#444;
}

section {
  background:white;
  padding:16px;
  box-sizing:border-box;
  width:470px;
  margin:0 auto;
  margin-bottom:32px;
  box-shadow:0 1px 5px 0 rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12);
}

section :last-child {
  margin-bottom:0;
}

#profile_about_me .container:not(#about_me_container),.heading {
  display:none;
}

#schedule_converted,.container {
  display:block;
  margin:0 auto;
  max-width:600px;
}

.about-me {
  background-image:url(http://oi63.tinypic.com/1fts1t.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  width:600px;
  height:841px;
  padding:200px 190px;
  box-sizing:border-box;
  position:relative;
  margin-bottom:32px;
}

.about-me::before {
  position:absolute;
  top:115px;
  left:67px;
  width:470px;
  height:640px;
  background:white;
  content:'';
  z-index:-100;
}

.profile_section_content {
  color:#666666;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#ffffff;
  color:#6d6d6d;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}

#about_me_label {
  display:none;
}

.rose-container {
  padding:16px;
  max-width:600px;
  margin:0 auto;
}

.tip-menu-menu li {
  display:flex;
  justify-content:space-between;
}

.tip-menu-price {
  font-weight:700;
}

.strong {
  font-weight:700;
}