@charset "UTF-8";

#average_rating_container,#rate_container,#admirers_container,#friends_container,#favorite_models_container {
  display:none;
}

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

a:visited {
  color:#CCCCCC;
}

div {
  display:block;
}

#container {
  margin:10%;
  background-color:black;
}

#status_container {
  color:#ebebe0;
}

#profile_header {
  color:#ebebe0;
  margin:auto;
  â™£border-radius:5px;
  width:50%;
}

.profile_section {
  display:block;
}

#profile_header_container,h1,.highlight {
  background-color:black;
}

.txbg {
  background-color:black;
  width:auto;
}

h2 {
  font-size:16px;
  background-color:black;
  padding:0;
}

body {
  color:#ebebe0;
  font-family:'Tahoma';
  font-weight:normal;
  font-style:normal;
  font-size:13px;
  background-repeat:all;
  background-image:url(https://www.dropbox.com/s/0z5hykjfd12hrhs/bg.gif?raw=1);
}

#pmandpvt,#scanddeals {
  width:47%;
}

#pvtanddeals {
  float:right;
  width:47%;
}

#tipmenu {
  position:static;
  width:47%;
}

#about_kitty, {
  float:right;
  width:47%;
  clear:both;
}

#center {
  height:240px;
  display:flex;
  align-items:center;
}

#leftimg {
  float:left;
}

#rightimg {
  float:right;
}

.column-left {
  float:left;
}

.column-right {
  float:right;
}

.column-center {
  display:inline-block;
  width:20%;
}

.imgleft {
  float:left;
  width:500px;
  display:inline-block;
}

#gif {
  background-color:black;
}

.hovertext .mask {
  opacity:0;
  background-color:rgba(138,135,135,0.7);
/* background-color: RGBA(249,221,217,0.7); */
/* border-radius: 2px; */
/* border-radius: 20px; */
  transition:all .4s ease-in-out;
}

.hovertext .mask,.view {
/* width: 320px; */
/* height: 180px; */
  position:absolute;
/* overflow: hidden; */
  top:0;
  left:0;
  right:0;
/* border-radius: 20px; */
  width:500px;
  margin:0 auto;
  height:calc(100% - 3px);
  width:100%;
  display:inline-block;
}

.hovertext {
/* width: 320px; */
/* height: 210px; */
/* margin: 5px 0 0 5px; */
/* float: left; */
  border:none;
  overflow:hidden;
  position:relative;
  text-align:center;
  background:transparent;
  z-index:998;
/* clear: both; */
}

#ws {
  width:40%;
}

#gifts {
  font-size:15px;
}

#scanddeals {
  margin-top:13px;
}

#nav {
  background-color:none;
  filter:alpha(opacity=100);
  opacity:1;
  width:80px;
  margin-left:-170px;
  margin-top:-250px;
  position:fixed;
}

.info {
  padding:10px;
  border-color:black;
  border-style:dotted;
}

#about_me_value {
  text-align:center;
}

#about_me_container {
  padding:0;
  border:none;
}

.profile_subsection .heading {
  display:none;
}

#average_rating_container,#rate_container,#admirers_container,#profile_comments {
  background-color:black;
}

#marital_status_container,#tags_container,#username_container,#cam_score_container,#gender_container,#body_type_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#city_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#drugs_container,#occupation_container,#school_container,#favorite_food_container,#about_me_label,#friends_container,#favorite_models_container {
  display:none;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color:black;
  overflow:hidden;
  position:fixed;
/* Set the navbar to fixed position */
  top:0;
/* Position the navbar at the top of the page */
  width:100%;
}

/* Style the links inside the navigation bar */
.topnav a {
  top:0;
  float:left;
  display:block;
  color:#f2f2f2;
  text-align:center;
  padding:14px 16px;
  text-decoration:underline;
  font-size:17px;
}

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

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

img {
  max-width:100%;
  height:auto;
  width:auto\9;
/* ie8 */
}

table#tip {
  text-align:left;
  vertical-align:center;
}

td.right {
  text-align:right;
}