@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#0c0c0b;
  background-position:top left;
  background-attachment:fixed;
  background-repeat:repeat;
}

body,td {
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

td .clock {
  font-size:9px;
}

.container_padding {
  padding:0;
  height:100%;
}

.container_transparency {
  height:100%;
  width:100%;
  background-color:#0c0b0b;
  filter:alpha(opacity=5);
  background:;
}

.container {
  color:#666666;
  position:relative;
  border:0 none #;
  padding:0;
  height:100%;
  background-color:transparent;
}

.container .heading {
  padding:5px;
  background-color:#BCEC76;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
}

.content {
  padding:5px;
}

#BeMyValentine {
  display:block;
  width:800px;
  margin:10px auto;
  background:url(https://mfcpro.files.wordpress.com/2016/01/mfc_vday_header.png),url(https://mfcpro.files.wordpress.com/2016/01/mfc_vday_footer.png);
  background-repeat:no-repeat,no-repeat;
  background-size:100%,100%;
  background-position:top center,bottom center;
  height:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.bmv_title {
  display:block;
  font-size:2.2em;
  color:rgba(255,0,0,0.30);
  text-align:center;
  font-family:'Great Vibes';
  padding-top:28px;
  padding-bottom:22px;
  text-shadow:0 1px 0 #900,0 1px 2px #f00;
  transition:all .4s;
  -webkit-transition:all .4s;
}

#BeMyValentine:hover .bmv_title {
  display:block;
  font-size:2.2em;
  color:#eac774;
  text-align:center;
  font-family:'Great Vibes';
  padding-top:28px;
  padding-bottom:22px;
  text-shadow:0 1px 0 #000,0 0 5px #fff;
}

@font-face {
  font-family:'Great Vibes';
  font-style:normal;
  font-weight:400;
  src:local('Great Vibes'),local(GreatVibes-Regular),url(https://fonts.gstatic.com/s/greatvibes/v4/6q1c0ofG6NKsEhAc2eh-3SYE0-AqJ3nfInTTiDXDjU4.woff2) format("woff2");
  unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family:'Great Vibes';
  font-style:normal;
  font-weight:400;
  src:local('Great Vibes'),local(GreatVibes-Regular),url(https://fonts.gstatic.com/s/greatvibes/v4/6q1c0ofG6NKsEhAc2eh-3Y4P5ICox8Kq3LLUNMylGO4.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

@font-face {
  font-family:'Abel';
  font-style:normal;
  font-weight:400;
  src:local(Abel),local(Abel-Regular),url(https://fonts.gstatic.com/s/abel/v6/brdGGFwqYJxjg2CD1E9o7g.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

.xcr::-webkit-scrollbar {
  height:9px;
}

.xcr::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  -webkit-border-radius:10px;
  border-radius:10px;
}

.xcr::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#900;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}

.xcr::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(102,0,102,.3);
  border:1px solid #000;
}

.bmv_info {
  display:block;
  width:96%;
  height:50px;
  text-align:center;
  font-family:Abel;
  color:#900;
  font-weight:bold;
  margin:10px auto;
}

.bmv_tippers {
  display:block;
  width:76%;
  height:300px;
  text-align:center;
  font-family:Abel;
  color:#333;
  font-weight:bold;
  padding:10px;
  margin:0 auto;
  overflow:auto;
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
  -webkit-column-gap:1em;
  -moz-column-gap:1em;
  column-gap:1em;
  white-space:nowrap;
  overflow-x:visible;
  overflow-y:hidden;
  font-size:17px;
}

.bmv_tippers p::before {
  content:'\2665';
  margin-right:6px;
  opacity:0;
  color:#900;
}

.bmv_tippers p:hover::before {
  content:'\2665';
  margin-right:6px;
  opacity:1;
}

.tipme::before {
  content:'\2665';
  margin-right:34px;
  margin-left:-50px;
  display:inline-block;
  border-right:1px dotted rgba(255,255,255,0.20);
  font-size:18px;
  width:30px;
  text-align:left;
}

.tipme:link,.tipme:visited {
  display:block;
  width:50%;
  margin:0 auto;
  padding:10px 63px;
  text-align:center;
  color:rgba(255,255,255,0.60);
  font-size:18px;
  font-family:Abel;
  text-decoration:none;
  border-radius:5px;
  -webkit-border-radius:5px;
  background:#900;
  border:1px solid #f00;
  transition:all .4s;
  -webkit-transition:all .4s;
  font-family:'Abel';
}

.tipme:hover {
  display:block;
  padding:10px 63px;
  text-align:center;
  color:#900;
  font-size:18px;
  font-family:Abel;
  text-decoration:none;
  border-radius:5px;
  -webkit-border-radius:5px;
  background:#eac774;
  border:1px solid #900;
}