/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main,
nav,
section {
  display: block;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

button,
input,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}

html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1,
h2,
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1,
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h2 small,
h3 small {
  font-size: 65%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small {
  font-size: 75%;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h4 {
  font-size: 18px;
}

p {
  margin: 0 0 10px;
}

small,
.small {
  font-size: 85%;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-3, .col-lg-4, .col-lg-8, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="checkbox"][disabled] {
  cursor: not-allowed;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li > a > img {
  max-width: none;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse {
  border-color: #e7e7e7;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

@-ms-viewport {
  width: device-width;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2{
    orphans: 3;
    widows: 3;
  }

  h2{
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table {
    border-collapse: collapse !important;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 992px) {
  .col-md-3{
    float: left;
  }
  .col-md-3 {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-lg-4, .col-lg-8, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse{
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
  }
}

table[data-sortable] {
  border-collapse: collapse;
  border-spacing: 0;
}

table[data-sortable] th {
  vertical-align: bottom;
  font-weight: bold;
}

table[data-sortable] th, table[data-sortable] td {
  text-align: left;
  padding: 10px;
}

table[data-sortable] th:not([data-sortable="false"]) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  cursor: pointer;
}

table[data-sortable] th:after {
  content: "";
  visibility: hidden;
  display: inline-block;
  vertical-align: inherit;
  height: 0;
  width: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  margin-right: 1px;
  margin-left: 10px;
  float: right;
}

table[data-sortable] th[data-sorted="true"]:after {
  visibility: visible;
}

table[data-sortable] th[data-sorted-direction="descending"]:after {
  border-top-color: inherit;
  margin-top: 8px;
}

table[data-sortable] th[data-sorted-direction="ascending"]:after {
  border-bottom-color: inherit;
  margin-top: 3px;
}

/* Colors */

table[data-sortable] thead th {
  border-bottom: 1px solid #EEEEEE;
}

table[data-sortable] tbody td {
  border-bottom: 1px solid #6B6B6B;
}

table[data-sortable] th[data-sorted="true"] {

}

table[data-sortable] tbody > tr:nth-child(odd) > td {
  /* background-color: #383838; */
}

.irs {
  position: relative;
  display: block;
  height: 55px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.irs-line {
  cursor: pointer;
  position: relative;
  display: block;
  outline: none !important;
  height: 10px; top: 33px;
  background: #EEE;
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
  border-radius: 16px;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

.irs-line-left {
  cursor: pointer;
  left: 0;
  width: 11%;
  height: 8px;
}

.irs-line-mid {
  cursor: pointer;
  left: 9%;
  width: 82%;
  height: 8px;
}

.irs-line-right {
  cursor: pointer;
  right: 0;
  width: 11%;
  height: 8px;
}

.irs-bar {
  cursor: pointer;
  position: absolute;
  display: block;
  left: 0;
  width: 0;
  height: 10px;
  top: 33px;
  background: #e11a1a;
}

.irs-bar-edge {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 10px;
  top: 33px;
  width: 5px;
  border-right: 0;
  background: #e11a1a;
  border-radius: 16px 0 0 16px;
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
  top: 25px;
  width: 27px;
  width: 10px;
  height: 27px;
  border: 1px solid #AAA;
  background: #DDD;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220,220,220,1) 20%,rgba(255,255,255,1) 100%);
  border-radius: 27px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
  background: #FFF;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0; left: 0;
  width: 100%;
  height: 27px;
}

.irs-with-grid {
  height: 75px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  opacity: 0.5;
  background: #428bca;
}

.irs-grid-pol.small {
  height: 4px;
  background: #999;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  line-height: 9px;
  padding: 0 3px;
  bottom: 5px;
  color: #eeeeee;
}

.js-grid-text-0 {
  margin-left: -7px !important;
}

.js-grid-text-600 {
  margin-left: -58px !important;
}

.irs-disabled .irs-grid-text {
  color: #606060;
}

.irs-disabled .irs-slider {
  display: none;
}

.irs-disabled .irs-line {
  background: #606060;
}

.irs-disabled .irs-bar {
  background: #606060;
}

.irs-disabled .irs-bar-edge {
  background: #606060;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

/* Based on SOLID by Carlos Alvarez (http://alvarez.is) */

/*
 * COLORS
 * Old nav bg: #384452
 * New nav bg: #202020
 * Old accent: #00b3fe
 * New accent: #e11a1a
 */

* {
  margin: 0;
  padding: 0px;
}

body {
  background: url('/static/img/dod-guy.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-color: #202020;
  margin: 0;
  height: 100%;
  color: #eeeeee;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: 'Lora', serif;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: #e11a1a;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #e11a1a;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

::-moz-selection  {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

.centered {
  text-align: center
}

.navbar {
  min-height: 70px;
  padding-top: 10px;
  margin-bottom: 0px;
}

.navbar-default .navbar-nav > li > a {
  color: #eeeeee;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Lora', sans-serif;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #e11a1a;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #e11a1a;
  background-color: transparent;
}

.navbar-default {
  background-color: #080808;
  border-color: transparent;
}

.navbar-collapse {
  max-height: 420px;
}

#twrap {
  margin-top: 0px;
  padding-top: 18px;
  padding-bottom: 10px;
  text-align: center;
  min-height: 120px;
  width: 100%;
  background-attachment: relative;
  background-position: center center;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  position: relative;
  background: #3E0000;
  overflow: hidden;
}

#twrap:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.05;
  background-repeat: no-repeat;
  background-position: 50% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#footerwrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background: transparent;
}

.ctitle {
  color: white;
  margin-bottom: 15px;
}

/* adamzap */

ol, ul {
  margin-top: 10px;
  padding-left: 20px;
  font-size: 16px;
}

.navbar-header img {
  padding-top: 7px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #202020;
  color: #e11a1a;
}

.hline-r {
  border-bottom: 2px solid #e11a1a;
  margin-bottom: 25px;
}

table {
  font-size: 16px;
}

tbody tr:hover {
  background-color: #333333;
}

.gold {
  color: #FFFF00;
}

.silver {
  color: #C0C0C0;
}

.bronze {
  color: #CD7F32;
}

.gold-row {
  background-color: rgba(255, 255, 0, 0.1);
}

.silver-row {
  background-color: rgba(192, 192, 192, 0.1);
}

.bronze-row {
  background-color: rgba(205, 127, 50, 0.1);
}

#twrap a {
  color: white;
}

#filter {
  width: 120px;
  color: #eeeeee;
  background: none;
  margin-left: 8px;
  padding-left: 6px;
  font-weight: normal;
  border-radius: 16px;
  border: solid 2px #e11a1a;
}

#sidebar {
  margin-top: 30px;
}

#voting-result {
  width: 100%;
  color: #202020;
}

h4.voting {
  margin-bottom: 2px;
}

h4.voting label {
  color: #eeeeee;
}

h4.voting small {
  float: right;
}

@media (max-width: 767px) {
  h4.voting small {
    float: none;
    display: block;
    padding-top: 20px
  }
}

.hline-r-duels {
  border-bottom: 2px solid #e11a1a;
  margin-bottom: 0;
}

.social-icon {
  padding: 0 !important;
}

.social-icon img {
  margin-top: 8px;
  padding-left: 13px;
}

ol li, ol li ul li {
  margin-top: 10px;
}

@media (min-width: 767px) {
  .duel-icons {
    float: right;
  }
}

.duel-icons img {
  margin-left: 4px;
  padding-bottom: 4px;
}

@media only screen
and (min-width: 768px) {
  .winners-banner-month {
    width: 29%;
  }

  .winners-banner-month h2 {
    text-align: right;
    margin-top: 4%;
    padding-top: 0;
    padding-right: 10px;
  }

  .winners-banner-month h4 {
    text-align: right;
    padding-right: 10px;
  }

  .winners-banner-winner-col {
    width: 23%;
  }
}

.winners-banner-winner {
  font-size: 16px;
  padding-top: 10px;
}

.winners-banner-winner div {
  padding-bottom: 8px;
}

.play-button {
  cursor: pointer;
}

.voting .play-button {
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .table-responsive {
    border: 1px solid #e11a1a;
  }
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
  .navbar-header a img {
    width: 200px;
    padding-top: 12px;
    padding-left: 4px;
  }

  .js-grid-text-100,
  .js-grid-text-200,
  .js-grid-text-400,
  .js-grid-text-500 {
    display: none;
  }
}

::-webkit-input-placeholder {
  font-style: italic;
}

::-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

::-ms-input-placeholder {
  font-style: italic;
}

/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

.listen-and-vote {
	background-color: rgba(255, 226, 171, 0.50);
	border-radius: 15px;
	margin: 0 12px 0 12px;
	text-align: center;
	color: black;
}
