/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  overflow-y: scroll;
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  color: #5b6a72;
  font-family: 'Clear Sans',sans-serif,"Comic Sans MS","Comic Sans";
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
label {
    font-size: 15px;
    font-weight: 700;
    line-height: 42px;
    display: inline-block;
    margin-bottom: 5px;
    max-width: 100%;
}
/* chat customization */
.COINWIDGETCOM_CONTAINER > span, .COINWIDGETCOM_CONTAINER > a {
    height: 22px !important;
}
a.a-detach {
  text-decoration: none !important;  
}
.the-table {
    table-layout: fixed;
    word-wrap: break-word;
}
.td-added {
    width: 15%;
    max-width: 15%;
}
.td-url {
    width: 53%;
    max-width: 53%;
}
.td-url div {
    height: 22px !important;
    overflow: hidden;
}
.td-ratio {
    width: 8%;
    max-width: 8%;
}
.rate-up {
    margin-left: 7px;
}

h2 {
    margin-bottom: 30px;
}
body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
.nav > li > a {
    padding: 15px 20px;
}
.navbar-nav.navbar-right:last-child {
    margin-right: 0px !important;
}
/* signup */
.bfh-selectbox .bfh-selectbox-toggle .bfh-selectbox-option {
    float: none !important;
    margin-top: 5px;
    color: #999 !important;
}
.bfh-selectbox .bfh-selectbox-toggle .selectbox-caret {
    margin-top: 15px !important;
}
.bfh-selectbox .bfh-selectbox-options {
    margin-left: 14px !important;
}
#signup-form input.form-control {
    color: #999 !important;
}
/* Common CSS rules
-------------------------------------------------- */
.wd100 { width: 100px; }
.wd150 { width: 150px; }
.wd200 { width: 200px; }
.wd300 { width: 300px; }
.wd400 { width: 400px; }

.alert { position: absolute; top: 100px; z-index: 99999; width: 100%; }