@font-face {
    font-family: 'jepanten';
    src: url('fonts/jepanten-webfont.woff2') format('woff2'),
         url('fonts/jepanten-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

  html,
  body{
    height: 100%;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    color: #ddd;
    background-attachment: fixed;
  }

  body{
    background: rgba(14,14,14,1);
    background: -moz-linear-gradient(45deg, rgba(14,14,14,1) 0%, rgba(44,62,80,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(14,14,14,1)), color-stop(100%, rgba(44,62,80,1)));
    background: -webkit-linear-gradient(45deg, rgba(14,14,14,1) 0%, rgba(44,62,80,1) 100%);
    background: -o-linear-gradient(45deg, rgba(14,14,14,1) 0%, rgba(44,62,80,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(14,14,14,1) 0%, rgba(44,62,80,1) 100%);
    background: linear-gradient(45deg, rgba(14,14,14,1) 0%, rgba(44,62,80,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#2c3e50', GradientType=1 );
    padding-top: 30px;
    background-attachment: fixed;
    padding-bottom: 40px;
  }
  .header{
    height: 64px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .menu{
    color: #fff;
    position: relative;
    height: 100%;
    font-size: 14px;
  }

  .m_menu .option{
      display: inline-block;
      margin: 4px 0;
      background: rgba(0, 0, 0, 0.1);
      width: calc(100% - 16px);
      padding: 8px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      color: #fff;
  }

  .menu_wrapper{
    position: absolute;
    right: 0;
    top: 28px;
  }

  .menu a:link.option,
  .menu a:active,
  .menu a:visited{
    display: inline-block;
    float: left;
    margin-left: 24px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .space{
    margin-right: 6px;
  }

  .wallet{
    padding: 8px 12px;
    margin-top: -8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(52,152,219,1);
    background: -moz-linear-gradient(top, rgba(52,152,219,1) 0%, rgba(41,128,185,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(52,152,219,1)), color-stop(100%, rgba(41,128,185,1)));
    background: -webkit-linear-gradient(top, rgba(52,152,219,1) 0%, rgba(41,128,185,1) 100%);
    background: -o-linear-gradient(top, rgba(52,152,219,1) 0%, rgba(41,128,185,1) 100%);
    background: -ms-linear-gradient(top, rgba(52,152,219,1) 0%, rgba(41,128,185,1) 100%);
    background: linear-gradient(to bottom, rgba(52,152,219,1) 0%, rgba(41,128,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3498db', endColorstr='#2980b9', GradientType=0 );
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
  }

  .menu a:hover{
    color: #fbd643!important;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    border-bottom: 2px solid rgba(230, 126, 34, 1) !important;
  }

  .menu a.wallet{
    color: #fff!important;
  }


  .wallet:hover{
    background: rgba(241,196,15,1);
    background: -moz-linear-gradient(top, rgba(241,196,15,1) 0%, rgba(243,157,18,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,196,15,1)), color-stop(100%, rgba(243,157,18,1)));
    background: -webkit-linear-gradient(top, rgba(241,196,15,1) 0%, rgba(243,157,18,1) 100%);
    background: -o-linear-gradient(top, rgba(241,196,15,1) 0%, rgba(243,157,18,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,196,15,1) 0%, rgba(243,157,18,1) 100%);
    background: linear-gradient(to bottom, rgba(241,196,15,1) 0%, rgba(243,157,18,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c40f', endColorstr='#f39d12', GradientType=0 );
    color: #fff !important;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    border-bottom: 0;
  }

  .clear{
    clear: both;
  }

  .psa{
    font-size: 16px;
    padding: 16px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #27ae60;
    color: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(14,14,14,0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(14,14,14,0.5);
    box-shadow: 0px 3px 5px 0px rgba(14,14,14,0.5);
    line-height: 1.2;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
  }

  .info{
      color: #1d7f46;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  a:link,
  a:active,
  a:visited{
    text-decoration: none;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    color: #3498db;
  }

  a:hover{
    color: #fbd643!important;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
  }

  .smalltext{
    font-size: 12px;
  }

  .alignright{
    text-align: right;
  }

  .widget{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    padding: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 30px;
  }

  .widget:hover{
    color: #f1c40f;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    margin-top: 20px;
    border: 1px solid #f1c40f;
  }

  .heading{
    font-size: 36px;
    font-family: "jepanten", sans-serif;
    line-height: 1.5;
  }

  .subheading{
    font-size: 16px;
    font-family: "jepanten", sans-serif;
  }

  .heading{
    color: #fff;
  }

  .icon{
    font-size: 52px;
    margin-top: 2px;

    color: #34495e;
    display: block;
  }

  h4{
    margin-top: 80px;
    color: #fff;
    /* border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    padding-bottom: 20px; */
    font-size: 24px;
    display: block;
  }

  .halftable{
    width: 100%;
  }

  thead td{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  td{
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
  }

  thead td{
    font-size: 14px !important;
    text-align: center;
  }

  thead{
    font-weight: bold;
  }

  .ticon{
    margin-right: 6px;
    display: inline-block;
  }

  input[type="text"].address{
    background: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    color: #bbb;
    width: 100%;
    border: 0;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    padding: 25.5px;
    margin-bottom: 30px;
  }

  input[type="text"].address:focus{
    outline: 1px solid #f1c40f;
  }

  ::selection{
    background: #f1c40f;
    color: #fff;
  }

  .graph{
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
  }

  td .date{
    font-size: 10px;
  }

  .income,
  .minerStats .income{
    color: #2ecc71;
  }

  .value{
      color: #f39c12 !important;
  }

  .support{
    color: #ddd;
    padding: 12px 0 ;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
  }

  .minerStats{
    margin-bottom: 30px;
    text-align: center;
    font-size: 12px;
    width: 100%;
    color: #ddd;
    font-family: "jepanten", sans-serif;
  }

  .minerStats strong{
    color: #fff;
  }

  .footer{
    margin-bottom: 40px;
    margin-top: 40px;
    background-image: url("../images/icon.png");
    background-position: right 12px;
    background-repeat: no-repeat;
    background-size: 64px 64px;
    height: 64px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: 64px;
    padding-top: 22px;
    overflow: visible;
    background-image: url(../images/icon@2x.png);
    background-size: 64px 64px;
    background-position: right 12px;
    background-repeat: no-repeat;
    padding-bottom: 53px;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
  }

  .logo{
    display: block;
    background-image: url("../images/logo.png");
    background-position: cover;
    background-size: 360px 64px;
    width: 360px;
    height: 64px;
  }

  .thead,
  .tbody{
      padding: 15px 0;
      margin: 0;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      text-align: center;
      color: #fff;
      line-height: 1;
      font-size: 12px;
      vertical-align: middle;
  }

  .tbody{
      border-top: 0;
      color: rgba(255, 255, 255, 0.5);
      word-wrap: break-word;
  }

    .hash{
        font-size: 8px;
    }

  /* for high resolution display */

  @media only screen and (min--moz-device-pixel-ratio: 2),

  only screen and (-o-min-device-pixel-ratio: 2/1),

  only screen and (-webkit-min-device-pixel-ratio: 2),

  only screen and (min-device-pixel-ratio: 2) {

    .logo{
      display: block;
      background-image: url("../images/logo@2x.png");
      background-position: cover;
      background-size: 360px 64px;
    }

  }

  .small_spacer{
    height: 3px;
  }

  .medium_spacer{
      height: 60px;
  }

  .wallet:hover{
    color: #fff !important;
  }

  .history{
      display: none;
  }
  .userhistory{
      display: none;
  }


/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  background-attachment: fixed;}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {	
cursor: pointer;
  color: #1EAEDB; }
  
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
}


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
 }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {
  .logo{
    margin: 0 auto;
  }
  .menu{
    display: none;
  }
  .history{
      display: none;
  }
  .userhistory{
      display: none;
  }
  .m_history{
      display: inline-block;
      width: 100%;
      text-align: center;
  }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
    .logo{
      margin: 0 auto;
    }
  .menu{
    display: none;
  }
  .m_history{
      display: none;
  }
  .userhistory{
    display: block;
  }
  .history{
      display: block;
  }
}

/* Larger than tablet */
@media (min-width: 750px) {
    .logo{
      margin: 0 auto;
    }
  .menu{
    display: none;
  }
  .logo{
    margin: 0 0;
  }
  .heading{
      font-size: 28px;
      margin-left: -28px;
  }
  .subheading{
      font-size: 14px;
      margin-left: -28px;
  }
}

/* Larger than tablet */
@media (min-width: 960px) {
  .logo{
      margin: 0 auto;
    }
  .menu{
    display: none;
  }
  .logo{
    margin: 0 0;
  }
  .heading{
      font-size: 21px;
      margin-left: -28px;
      margin-top: 10px;
  }
  .subheading{
      font-size: 14px;
      margin-left: -28px;
  }
}

/* Larger than desktop */
@media (min-width: 1124px) {
  .menu{
    display: none;
  }
  .m_menu{
      display: block;
  }
    .heading{
      font-size: 38px;
      margin-left: -28px;
      margin-top: 10px;
  }
}

/* Larger than desktop */
@media (min-width: 1125px) {
  .menu{
    display: block;
  }
  .m_menu{
      display: none;
  }
    .heading{
      font-size: 38px;
      margin-left: -28px;
      margin-top: 10px;
  }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
  .menu{
      display:  block;
  }
  .m_menu{
      display: none;
  }
}

.welcome{
    margin: 0;
    padding: 0;
    color: #bbb;
}
.stat{
    margin: 0 10px;
    background: #27ae60;
    display: inline-block;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    padding: 20px 14px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.span_wrapper{
    padding: 10px 0;
    background: red;
    margin: 0 auto;
}
               
#coinName{
    text-transform: capitalize;
}
body {
    padding-bottom: 80px;
    overflow-y: scroll;
}
#printSection, #printSection * {
visibility: visible;
}

#printSection {
position: absolute;
left: 0;
top: 0;
overflow: hidden;
}

.print-hide {
display: none;
}

.resulting {
word-wrap: break-word;
word-break: break-all;
min-height: 4em;
}

#resulting_passphrase {
word-wrap: normal;
word-break: normal;
}

.modal-body .col-md-4 {
float: left;
width: 50%;
position: relative;
}
.modal-body .col-md-3 {
float: left;
width: 25%;
position: relative;
}
.modal-body .col-md-6 {
float: left;
width: 50%;
position: relative;
}

.modal-body .panel {
border: none;
}

.modal-body .col-md-4 .qrcode img {
width: 100%;
}

.modal-body .col-md-4:last-child {
float: none;
position: relative;
width: 100%;
margin: 2em auto 0 auto;
padding-top: 2em;
}

.modal-body .col-md-4:last-child h4 {
text-align: center;
}

.modal-body .col-md-4:last-child .qrcode img {
margin: auto;
width: 50%;
}
.container{
    font-size: 1.1em;
}
#loading{
    font-size: 2em;
}
.stats {
    margin-bottom: 10px;
    margin-top: 5px;
}
.stats:last-child{
    width: auto;
}
.stats > h3 > i{
    font-size: 0.80em;
    width: 21px;
}
.stats > div{
    padding: 5px 0;
}
.stats > div > .fa {
    width: 25px;
}
.stats > div > span:first-of-type{
    font-weight: bold;
}
#stats_updated{
    opacity: 0;
    float: right;
    margin-left: 30px;
    color: #e8e8e8;
    line-height: 47px;
    font-size: 0.9em;
}

footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
}

footer > div{
    margin: 10px auto;
    text-align: center;
}

#yourStatsInput {
    border: 1px solid transparent;
    background: rgba(0, 0, 0, 0.2);
    padding: 18px;
    margin-bottom: 20px;
}

#yourStatsInput:focus,
.input-group-btn:last-child>.btn:focus,
.input-group-btn:last-child>.btn-group:focus{
  box-shadow: 0;
  border: 1px solid #f39c12;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group,
.btn-default {
    margin-left: -1px;
	background: #f1c40f;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39c12', endColorstr='#f1c40f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 0;
	margin-top: -20px;
	color: #fff;
	text-shadow: 0 2px 0 #f39c12;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

.btn-default{
	margin-top: 0;
}

.btn-default:active,
.btn-default:focus{
	background: #f1c40f;
	text-shadow: none;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

.input-group-btn:last-child>.btn:hover,
.input-group-btn:last-child>.btn-group:hover,
.btn-default:hover{
	background: #2c3e50;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    color: #fff;
}

#payments_rows{
	font-family: inherit !important;
	font-size: 12px;
	width: 100%;
	vertical-align: center;
	display: block !important;
}

.smalltext{
	font-size: 8px !important;
}


.paddingfix{
	padding: 15px 0;
}

#payments_rows > tr{
	padding: 0;
	margin: 0;
	display: block !important;
	width: 100%;
	text-align: center;
}

a {
	cursor: pointer !important;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

tr[class^='rowPayment'],
tr[class*='rowPayment']{
	display: block;
}

.tablefix{
	display: block;
}

.miningPort,
.miningPortDesc,
.miningPortDiff,
#miningPoolHost{
	color: #fbd643!important;
}

.bg-primary{
	background: rgba(0, 0, 0, 0.3);
}

.blocksStatHolder > span{
	border: 1px solid (255, 255, 255, 0.1) !important;
}

.luckGood{
	color: #2ecc71;
}

.luckBad{
	color: #e74c3c;
}

.footer{
	font-size: 12px !important;
}

thead{
	color: #f1c40f;
}

columns{
	word-break: break-word;
}

code{
	color: #2ecc71;
}