@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#d7ddfc;
  background-color:#d7ddfc;
  color:#d7ddfc;
  background-image:linear-gradient(to top,#fbc2eb 0%,#a6c1ee 100%);
  font-family:'Roman';
  font-weight:normal;
  font-style:normal;
  font-size:18px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
}

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

.profile_section_background {
  background-color:transparent;
  background-color:#9bb2fb00;
  filter:alpha(opacity=1);
  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:#9b0084;
  color:#FFFFFF;
  font-family:'Helvetica';
  font-weight:normal;
  font-style:normal;
  font-size:18px;
  -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;
}

#username_container,#gender_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#city_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#occupation_container,#school_container,#favorite_food_container,#pets_container,#cam_score_container,#automobile_container,#about_me_label,#profile_main_photo,#profile_header,.heading,#tags_container,#friends_container,#admirers_container,#favorite_models_container {
  display:none;
}

#ruby_header {
  font-size:30px;
}

.topnav {
  background-color:#eef1f9;
  overflow:hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float:left;
  color:#6476ae;
  text-align:center;
  padding:14px 16px;
  text-decoration:none;
  font-size:17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color:#acb5d4;
  color:blue;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color:#90a6ea;
  color:white;
}

Table,th,td {
  font-size:30px;
}

.dicegame {
  color:yellow;
}