@charset "UTF-8";

!OATHTAKER CODED ? 2015
/-------------------------------------------------------------------------------------------------------------------------
Copyright
This CSS code,design and content of the profile is protected by copyright. All rights reserved.
For the stupid and/or lazy this means you cannot copy,modify or in any other way fuck around with this code
without prior permission. This means you MFCDesignMaker,Spany82,Hankshill,Moros1138 and anyone else who
would like their name added to the list and issued a DMCA notice by the relevant model.
-------------------------------------------------------------------------------------------------------------------------/
html {
  width:100%!important;
  height:100%;
  margin:0;
  padding:0;
  border:0;
}

@media only all and (max-width: 640px) and (max-height: 480px) {
  body {
    background-size:640px 480px;
    -moz-background-size:640px 480px;
    -webkit-background-size:640px 480px;
  }
}

@media only screen and (orientation: portrait) and (device-width: 320px),(device-width: 768px) {
  body {
    -webkit-background-size:auto 100%;
  }
}

@media only screen and (orientation: landscape) and (device-width: 320px),(device-width: 768px) {
  body {
    -webkit-background-size:100% auto;
  }
}

@font-face {
  font-family:'Dosis';
  font-style:normal;
  font-weight:500;
  src:local('Dosis Medium'),local(Dosis-Medium),url(http://fonts.gstatic.com/s/dosis/v4/mAcLJWdPWDNiDJwJvcWKc_esZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
}

@font-face {
  font-family:'Gabriela';
  font-style:normal;
  font-weight:400;
  src:local(Gabriela),local(Gabriela-Regular),url(http://fonts.gstatic.com/s/gabriela/v4/CO6bIpNvGrJRZDx3xfggGvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
}

a:link {
  text-decoration:none;
  color:#2E64FE;
  text-shadow:none;
}

a:visited {
  text-decoration:none;
  color:#2E64FE;
  text-shadow:none;
}

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

.menu {
  position:fixed;
  left:0;
  top:5%;
  width:auto;
  margin:-2.5em 0 0;
  z-index:5;
  background-color:transparent;
  color:#DF0101;
  font-family:"Gabriela","Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-weight:500;
  font-size:12pt;
  font-style:bold;
  line-height:16pt;
  text-align:left;
  border:none;
  padding:.5em .5em .5em 1.5em;
  -webkit-transition-property:color,background;
  -webkit-transition-duration:1s,1s;
  -webkit-transition-timing-function:linear,ease-in;
}

.menu a {
  text-decoration:none;
  color:#000;
  -webkit-transition-property:color;
  -webkit-transition-duration:1s,1s;
  -webkit-transition-timing-function:linear,ease-in;
  -moz-transition-property:color,background-color;
  -moz-transition-duration:1s;
  -moz-transition-timing-function:linear,ease-in;
}

.menu:hover {
  color:#000;
  background-color:transparent;
}

.menu:hover a {
  color:#A4A4A4;
}

.menu a:hover {
  color:#FE2E2E;
}

#profile_avatar,#profile_main_photo,#header_bar,#footer_bar,#blurb_label,#blurb_value,#about_me_label,#unix_last_updated_label,#unix_last_updated_value,#status_label,#unix_last_login_label,#unix_last_login_value {
  display:none;
}

#status_value {
  font-family:Geneva,Helvetica,sans-serif;
  font-weight:600;
  font-style:normal;
  z-index:1;
  position:absolute;
  top:105px;
  left:370px;
}

.heading {
  display:none;
}

#about_me_value {
  display:block;
  margin:0 auto 0 -20px;
}

.container {
  display:block;
  margin:0 0 0 20px;
}

body {
  font-family:Helvetica,Arial,sans-serif;
  font-size:.85rem;
  line-height:1;
  background:url(https://dl.dropbox.com/s/67ep81hhqof3tgm/Liv_Background.jpg?) top center no-repeat;
  background-attachment:fixed;
  background-size:cover;
  -moz-background-size:cover;
  -webkit-background-size:cover;
}

#profile {
  width:950px;
  margin:15px auto 10px;
  background:transparent url(https://dl.dropbox.com/s/11kxsizheug75ks/Liv_Graphic_Main.jpg) top center no-repeat;
  background-color:rgba(255,255,255,0.6);
  border-top-left-radius:.5em;
  border-top-right-radius:.5em;
  box-shadow:0 0 15px 3px #585555;
  line-height:.9;
}

#profile_header {
  padding:400px 0 0;
}

.profile_section_content .label {
  color:#A4A4A4;
  font-family:"Dosis","Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-weight:500;
  font-style:normal;
  font-size:1rem;
  text-shadow:0 1px 1px #fff,0 -1px 1px #000;
  text-transform:uppercase;
}

.profile_section_content .value {
  color:#2E2E2E;
  font-family:'Gabriela',Candara,Calibri,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  font-weight:500;
  font-style:normal;
  font-size:1rem;
}

#profile_photo_galleries {
  position:relative;
  border-radius:5px;
  z-index:900;
}

.photo_gallery_image {
  border:2px solid #8C6239;
  border-radius:5px;
}

.photo_gallery_name {
  display:block;
  width:auto;
}

.photo_gallery_name a:link,.photo_gallery_name a:visited {
  text-decoration:none;
  color:#000;
  width:auto;
  height:auto;
  font-weight:bold;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:12px;
}

.photo_gallery_count {
  text-decoration:none;
  color:#000;
  font-size:.75rem;
  font-weight:500;
}

#profile_friends {
  width:900px!important;
  position:relative;
}

#favorite_models_container .value {
  font:bold 12px/16px Arial,sans-serif;
}

#favorite_models_container .value a {
  text-decoration:none;
  background:#FFA6D2;
  color:#000;
  border-radius:4px;
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  padding:1px 5px;
  display:inline-block;
}

#favorite_models_container a:last-child {
  border:none;
}

#favorite_models_container a:hover {
  background:#0B610B;
  color:#FFFFFF;
  border-radius:4px;
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  font-style:italic;
}

#friends_container .value {
  font:bold 12px/16px Arial,sans-serif;
}

#friends_container .value a {
  text-decoration:none;
  background:#FFA6D2;
  color:#000;
  border-radius:4px;
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  padding:1px 5px;
  display:inline-block;
}

#friends_container a:last-child {
  border:none;
}

#friends_container .value a:hover {
  background:#0B610B;
  color:#FFFFFF;
  border-radius:4px;
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  font-style:italic;
}

.link-amazon a {
  display:inline-block;
  position:absolute;
  width:164px;
  height:65px;
  top:60px;
  left:380px;
  z-index:998;
  background:transparent url(https://dl.dropbox.com/s/k23rzpst8h3ywyj/Liv_ButtonAmazon.png?) no-repeat;
}

.link-amazon a:hover {
  background-position:0 -63px;
}

.link-twitter a {
  display:inline-block;
  position:absolute;
  width:164px;
  height:65px;
  top:60px;
  left:554px;
  z-index:998;
  background:transparent url(https://dl.dropbox.com/s/zsf0mjokeyopswr/Liv_ButtonTwitter.png?) no-repeat;
}

.link-twitter a:hover {
  background-position:0 -63px;
}

.link-kik a {
  display:inline-block;
  position:absolute;
  width:164px;
  height:65px;
  top:60px;
  left:728px;
  z-index:998;
  background:transparent url(https://dl.dropbox.com/s/c1uxcpnt0ld5jm2/Liv_ButtonKik.png?) no-repeat;
}

.link-kik a:hover {
  background-position:0 -63px;
}

.link-snapchat a {
  display:inline-block;
  position:absolute;
  width:164px;
  height:65px;
  top:130px;
  left:380px;
  z-index:998;
  background:transparent url(https://dl.dropbox.com/s/zl8qff7ekiigah8/Liv_ButtonSnapchat.png?) no-repeat;
}

.link-snapchat a:hover {
  background-position:0 -63px;
}

.link-offline a {
  display:inline-block;
  position:absolute;
  width:164px;
  height:65px;
  top:130px;
  left:554px;
  z-index:998;
  background:transparent url(https://dl.dropbox.com/s/03a9d7c1ds1l4q0/Liv_ButtonOffline.png?) no-repeat;
}

.link-offline a:hover {
  background-position:0 -63px;
}

.link-rate a {
  display:inline-block;
  position:absolute;
  width:164px;
  height:65px;
  top:130px;
  left:728px;
  z-index:998;
  background:transparent url(https://dl.dropbox.com/s/0b968n7p9ae54hl/Liv_ButtonRate.png?) no-repeat;
}

.link-rate a:hover {
  background-position:0 -63px;
}

#tipmenu1 li,#tipmenu2 li,#tipmenu3 li,#tipmenu4 li {
  list-style-image:url(https://dl.dropbox.com/s/iaxir5jriigf1rf/Liv_BulletTips.png?);
  color:#000;
  font-weight:500;
  font-style:normal;
  font-size:.9rem;
  padding:5px;
  line-height:1.25rem;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
}

#rules1 li,#rules2 li {
  list-style-image:url(https://dl.dropbox.com/s/314fzx3tt9l6e9r/Jisel_BulletRules.png);
  color:#000;
  font-weight:500;
  font-style:normal;
  font-size:.9rem;
  padding:5px;
  line-height:1.25rem;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
}

#liv_welcome {
  width:940px;
  margin:20px auto;
  background:transparent;
  z-index:99;
}

#liv_welcome_container {
  width:940px;
  height:350px;
  margin:auto;
  font-weight:600;
  background:url(https://dl.dropbox.com/s/knf2ul78hc2savg/Liv_Panel_Welcome.jpg) top center no-repeat;
  border:2px solid #848484;
  border-top-left-radius:2px;
  -moz-border-radius-topleft:2px;
  -webkit-border-top-left-radius:2px;
  border-bottom-left-radius:2px;
  -moz-border-radius-bottomleft:2px;
  -webkit-border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  -moz-border-radius-bottomright:2px;
  -webkit-border-bottom-right-radius:2px;
  border-top-right-radius:2px;
  -moz-border-radius-topright:2px;
  -webkit-border-top-right-radius:2px;
  -moz-box-shadow:0 0 0 4px #FFFFFF,1px 1px 4px 4px rgba(10,10,0,.5);
  -webkit-box-shadow:0 0 0 4px #FFFFFF,1px 1px 4px 4px rgba(10,10,0,.5);
  box-shadow:0 0 0 2px #FFFFFF,2px 1px 6px 4px rgba(10,10,0,.5);
  z-index:99;
}

#liv_bday {
  width:940px;
  margin:20px auto;
  background:transparent;
  z-index:99;
}

#liv_bday_container {
  width:940px;
  height:350px;
  margin:auto;
  font-weight:600;
  background:url(https://dl.dropbox.com/s/bos8tux26rmc9w7/Liv_Panel_Birthday.jpg) top center no-repeat;
  border:2px solid #848484;
  border-top-left-radius:2px;
  -moz-border-radius-topleft:2px;
  -webkit-border-top-left-radius:2px;
  border-bottom-left-radius:2px;
  -moz-border-radius-bottomleft:2px;
  -webkit-border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  -moz-border-radius-bottomright:2px;
  -webkit-border-bottom-right-radius:2px;
  border-top-right-radius:2px;
  -moz-border-radius-topright:2px;
  -webkit-border-top-right-radius:2px;
  -moz-box-shadow:0 0 0 4px #FFFFFF,1px 1px 4px 4px rgba(10,10,0,.5);
  -webkit-box-shadow:0 0 0 4px #FFFFFF,1px 1px 4px 4px rgba(10,10,0,.5);
  box-shadow:0 0 0 2px #FFFFFF,2px 1px 6px 4px rgba(10,10,0,.5);
  z-index:99;
}

#liv_rules {
  width:940px;
  margin:20px auto;
  background:transparent;
  z-index:99;
}

#liv_rules_container {
  width:940px;
  height:auto;
  margin:auto;
  font-weight:600;
  background:#FFFFFF;
  border:2px solid #848484;
  border-top-left-radius:2px;
  -moz-border-radius-topleft:2px;
  -webkit-border-top-left-radius:2px;
  border-bottom-left-radius:2px;
  -moz-border-radius-bottomleft:2px;
  -webkit-border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  -moz-border-radius-bottomright:2px;
  -webkit-border-bottom-right-radius:2px;
  border-top-right-radius:2px;
  -moz-border-radius-topright:2px;
  -webkit-border-top-right-radius:2px;
  -moz-box-shadow:0 0 0 4px #FFFFFF,1px 1px 4px 4px rgba(10,10,0,.5);
  -webkit-box-shadow:0 0 0 4px #FFFFFF,1px 1px 4px 4px rgba(10,10,0,.5);
  box-shadow:0 0 0 2px #FFFFFF,2px 1px 6px 4px rgba(10,10,0,.5);
  z-index:99;
}

#liv_rules_column1 {
  display:inline-block;
  vertical-align:top;
  width:230px;
}

#liv_rules_column2 {
  display:inline-block;
  vertical-align:top;
}

#liv_tipmenu {
  width:940px;
  margin:20px auto;
  background:transparent;
  z-index:99;
}

#liv_tipmenu_container {
  width:940px;
  height:auto;
  margin:auto;
  font-weight:600;
  background:#FFFFFF;
  border:2px solid #848484;
  border-top-left-radius:2px;
  -moz-border-radius-topleft:2px;
  -webkit-border-top-left-radius:2px;
  border-bottom-left-radius:2px;
  -moz-border-radius-bottomleft:2px;
  -webkit-border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  -moz-border-radius-bottomright:2px;
  -webkit-border-bottom-right-radius:2px;
  border-top-right-radius:2px;
  -moz-border-radius-topright:2px;
  -webkit-border-top-right-radius:2px;
  -moz-box-shadow:0 0 0 4px #FFFFFF,1px 1px 4px 4px rgba(10,10,0,.5);
  -webkit-box-shadow:0 0 0 4px #FFFFFF,1px 1px 4px 4px rgba(10,10,0,.5);
  box-shadow:0 0 0 2px #FFFFFF,2px 1px 6px 4px rgba(10,10,0,.5);
  z-index:99;
}

#liv_tipmenu_column1 {
  display:inline-block;
  vertical-align:top;
}

#liv_tipmenu_column2 {
  display:inline-block;
  left:100px;
  vertical-align:top;
}

#liv_tipmenu_column3 {
  display:inline-block;
  left:200px;
  vertical-align:top;
}

#liv_tipmenu_column4 {
  display:inline-block;
  left:300px;
  vertical-align:top;
}

#liv_htalltime {
  width:940px;
  margin:10px auto;
  background:transparent;
  z-index:99;
}

#liv_htalltime_container {
  width:940px;
  height:400px;
  margin:auto;
  margin-bottom:10px;
  font-weight:600;
  background:url(https://dl.dropbox.com/s/r5lhaokr17rh29g/Liv_Panel_HTAlltime.jpg) bottom center no-repeat;
  border:2px solid #848484;
  border-top-left-radius:2px;
  -moz-border-radius-topleft:2px;
  -webkit-border-top-left-radius:2px;
  border-bottom-left-radius:2px;
  -moz-border-radius-bottomleft:2px;
  -webkit-border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  -moz-border-radius-bottomright:2px;
  -webkit-border-bottom-right-radius:2px;
  border-top-right-radius:2px;
  -moz-border-radius-topright:2px;
  -webkit-border-top-right-radius:2px;
  -moz-box-shadow:0 0 0 4px #FFFFFF,1px 1px 4px 4px rgba(10,10,0,.5);
  -webkit-box-shadow:0 0 0 4px #FFFFFF,1px 1px 4px 4px rgba(10,10,0,.5);
  box-shadow:0 0 0 2px #FFFFFF,2px 1px 6px 4px rgba(10,10,0,.5);
  z-index:99;
}

#liv_htmonthly {
  width:940px;
  margin:10px auto;
  background:transparent;
  z-index:99;
}

#liv_htmonthly_container {
  width:940px;
  height:400px;
  margin:auto;
  margin-bottom:10px;
  font-weight:600;
  background:url(https://dl.dropbox.com/s/90pxdstaj3n7i60/Liv_Panel_HTMonthly.jpg) bottom center no-repeat;
  border:2px solid #848484;
  border-top-left-radius:2px;
  -moz-border-radius-topleft:2px;
  -webkit-border-top-left-radius:2px;
  border-bottom-left-radius:2px;
  -moz-border-radius-bottomleft:2px;
  -webkit-border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  -moz-border-radius-bottomright:2px;
  -webkit-border-bottom-right-radius:2px;
  border-top-right-radius:2px;
  -moz-border-radius-topright:2px;
  -webkit-border-top-right-radius:2px;
  -moz-box-shadow:0 0 0 4px #FFFFFF,1px 1px 4px 4px rgba(10,10,0,.5);
  -webkit-box-shadow:0 0 0 4px #FFFFFF,1px 1px 4px 4px rgba(10,10,0,.5);
  box-shadow:0 0 0 2px #FFFFFF,2px 1px 6px 4px rgba(10,10,0,.5);
  z-index:99;
}

#liv_spacer1,#liv_spacer2 {
  width:940px;
  margin:10px auto;
  background:transparent;
  z-index:99;
}

#tags_container {
  display:inline-block;
  width:900px;
  margin:0 0 0 20px;
}

#tags_container .value {
  color:#585858;
  font-family:Arial,sans-serif;
  font-size:14px;
  line-height:16px;
}

#profile_comments {
  position:relative;
  top:10px;
}

h1 {
  padding:10px 0 0;
  color:transparent;
  font-size:.5rem;
  font-weight:normal;
  font-family:"Arial Black","Arial Bold",sans-serif;
}

h2 {
  width:720px;
  font-family:Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
  font-weight:500;
  font-style:normal;
  font-size:15px;
  line-height:1.25rem;
  color:#000;
  padding:1px 0 0 16px;
}

.p_title {
  color:#8C6239;
  font-weight:700;
  font-style:normal;
  font-size:1.5rem;
  line-height:16px;
  font-family:'Cinzel',Candara,Calibri,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  padding:20px 20px 5px;
  text-shadow:1px 1px 2px #A4A4A4;
  text-align:center;
  width:940px;
}

.p_welcome {
  color:#000;
  font-weight:500;
  font-style:normal;
  font-size:1rem;
  line-height:1.25rem;
  font-family:"Gabriela","Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  padding:10px 20px 5px;
  width:640px;
  text-align:justify;
}

.p_birthday {
  color:#000;
  font-weight:500;
  font-style:normal;
  font-size:1rem;
  line-height:1.25rem;
  font-family:"Gabriela","Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  padding:10px 20px 5px;
  width:380px;
  text-align:justify;
  margin-left:320px;
}

p {
  color:#000;
  font-weight:500;
  font-style:normal;
  font-size:1rem;
  line-height:1.25rem;
  font-family:"Oswald","Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  padding:0 20px 5px;
}

#wall_poster_username {
  display:none;
}

.wall_post_info a:link {
  text-decoration:none;
  color:#FFA6D2;
  font-family:Geneva,Tahoma,Verdana,sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:.9rem;
  text-shadow:1px 1px 0 rgb(136,106,8);
}

.wall_post_info a:visited {
  text-decoration:none;
  color:#FFA6D2;
  font-family:Geneva,Tahoma,Verdana,sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:.9rem;
  text-shadow:1px 1px 0 rgb(136,106,8);
}

.wall_post_time {
  display:inline-table;
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:500;
  font-style:normal;
  font-size:.75rem;
  color:#000;
  background-color:transparent;
  padding:5px;
}

.wall_post_body {
  width:auto;
  font-family:"Gill Sans","Gill Sans MT",Calibri,sans-serif;
  font-weight:500;
  font-style:normal;
  font-size:.95rem;
  color:#000;
  line-height:1.2em;
  background:#FFFFFF;
  border-left:1px solid #424242;
  border-bottom:1px solid #424242;
  border-right:1px solid #424242;
  border-top:1px solid #424242;
  border-bottom-left-radius:2px;
  -moz-border-radius-bottomleft:2px;
  -webkit-border-bottom-left-radius:2px;
  border-top-right-radius:2px;
  -moz-border-radius-topright:2px;
  -webkit-border-top-right-radius:2px;
  border-bottom-right-radius:2px;
  -moz-border-radius-bottomright:2px;
  -webkit-border-bottom-right-radius:2px;
  padding-top:10px;
  padding-left:5px;
  margin:0 0 3px 10px;
}

.wall_post_info {
  display:inline-table;
  width:auto;
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:800;
  font-style:normal;
  font-size:.85rem;
  text-decoration:none;
  text-transform:capitalize;
  background:#FFFFFF;
  padding:5px;
  border-left:1px solid #424242;
  border-top:1px solid #424242;
  border-right:1px solid #424242;
  border-top-left-radius:2px;
  -moz-border-radius-topleft:2px;
  -webkit-border-top-left-radius:2px;
  border-top-right-radius:2px;
  -moz-border-radius-topright:2px;
  -webkit-border-top-right-radius:2px;
}

.wall_post_avatar {
  float:left;
  margin-top:-3px;
  width:80px;
  height:68px;
  background:url(https://dl.dropbox.com/s/e9jzk0xffbw2t70/Liv_MsgWallThmb.png?);
  z-index:98;
}

.wall_post_avatar img {
  width:50px;
  height:50px;
  border:none;
  border-radius:1px;
  padding:10px 0 0 8px;
}

#new_comment_buttons input[type='submit'] {
  text-decoration:none;
  text-align:center;
  padding:5px 13px;
  border:solid 1px #000;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font:15px Arial,Helvetica,sans-serif;
  font-weight:bold;
  color:#FFFFFF;
  background-color:#76797a;
  background-image:-moz-linear-gradient(top,#76797a 0%,#e8e8e8 100%);
  background-image:-webkit-linear-gradient(top,#76797a 0%,#e8e8e8 100%);
  background-image:-o-linear-gradient(top,#76797a 0%,#e8e8e8 100%);
  background-image:-ms-linear-gradient(top,#76797a 0%,#e8e8e8 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8',endColorstr='#e8e8e8',GradientType=0);
  background-image:linear-gradient(top,#76797a 0%,#e8e8e8 100%);
  -webkit-box-shadow:0 0 2px #bababa,inset 0 0 1px #ffffff;
  -moz-box-shadow:0 0 2px #bababa,inset 0 0 1px #ffffff;
  text-shadow:1px 1px 5px #000000;
  box-shadow:0 0 2px #bababa,inset 0 0 1px #ffffff;
}

#new_comment_buttons input[type='submit']:hover,#new_comment_buttons input[type='submit']:focus {
  text-decoration:none;
  text-align:center;
  padding:5px 13px;
  border:solid 1px #0B610B;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font:15px Arial,Helvetica,sans-serif;
  font-weight:bold;
  color:#FFFFFF;
  background:#53922A;
  -webkit-box-shadow:0 0 2px #BABABA,inset 0 0 1px #FFFFFF;
  -moz-box-shadow:0 0 2px #BABABA,inset 0 0 1px #FFFFFF;
  box-shadow:0 0 2px #BABABA,inset 0 0 1px #FFFFFF;
  text-shadow:1px 1px 5px #000000;
  filter:dropshadow(color=#000000,offx=1,offy=1);
}

#profile_password_photo_galleries .photo_gallery_link img {
  display:block;
  background-image:url(https://dl.dropbox.com/s/w9fjwfdzejftmq6/Liv_LkdFolderImage.png?);
  background-repeat:no-repeat;
  background-position:0 0;
  width:85px;
  height:80px;
  margin-left:15px;
  padding-top:0!important;
  padding-right:0!important;
  padding-bottom:0!important;
  padding-left:120px!important;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-box-shadow:0 0 0 #A09C94;
  -moz-box-shadow:0 0 0 #A09C94;
  -o-box-shadow:0 0 0 #A09C94;
  box-shadow:0 0 0 #A09C94;
}

#profile_password_photo_galleries .photo_gallery_preview .photo_gallery_link:nth-child(2) {
  display:block;
  background-image:url(https://dl.dropbox.com/s/crmjjcpzf94ck66/Liv_Key.png?);
  background-position:top right;
  background-repeat:no-repeat;
  width:70px;
  height:90px;
  margin-left:10px;
  background-position:26px 106px;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

#profile_password_photo_galleries .photo_gallery_preview .photo_gallery_link:nth-child(2):hover {
  background-position:20px 60px;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

#liv_htmonthly_names {
  width:450px;
  height:400px;
  margin-left:270px;
  margin-top:5px;
  margin-bottom:10px;
}

#liv_htalltime_names {
  width:340px;
  height:400px;
  margin-left:280px;
  margin-bottom:10px;
}

#htalltime li {
  color:#FFA6D2;
  font-family:'Cinzel Decorative',Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:1.15rem;
  list-style:none;
  padding:15px 0 0 5px;
  text-transform:uppercase;
  text-shadow:0 0 1px #101010,1px 1px 3px #303030;
}

.htalltime_values {
  color:#FFA6D2;
  float:right;
  text-shadow:0 0 1px #101010,1px 1px 3px #303030;
}

.htmonthly {
  border-collapse:collapse;
  border-spacing:0;
  border:none;
}

.htmonthly td {
  font-family:'Cinzel Decorative',Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:.95rem;
  color:#D01040;
  padding:8px 5px;
  border-style:solid;
  border-width:0;
  overflow:hidden;
  word-break:normal;
}

.htmonthly .htmonthly-value {
  text-align:right;
}

.htmonthly .htmonthly-name {
  text-align:center;
}