/*
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}


@media (max-width: @screen-xs) {
    body{font-size: 10px;}
}

@media (max-width: @screen-sm) {
    body{font-size: 14px;}
}
*/

/*
.container{
  max-width: none !important;
  width: 970px;
}*/

.share-buttons{
	list-style: none;
}

.share-buttons li{
	display: inline;
}

.container{
  max-width: none !important;
  width: 970px;
  color: #FFF;
}

body {
   background: #000 !important;
   font-family: "Comic Sans MS", "Comic Sans", sans-serif;
   font-size: 10px;
   color: red;
}

p, h1, h2, h3 {
   font-family: "Comic Sans MS", "Comic Sans", sans-serif;
}

h1 {
    font-size: 5.0em;
    line-height: 1.0em;
}

h2 {
    font-size: 3.0em;
    line-height: 1.0em;
}

p {
   font-size: 2em;
   line-height: 1.0em;
}

a {
    color: #00FF00;
    text-decoration: underline;
}

a:hover{
    color: #ffc0f8;
}

.tmtext {
    font-family: "Comic Sans MS", "Comic Sans", sans-serif;
    padding-top: 20px;
    font-size: 11px !important;
    font-size: 1.5em;
    line-height: 1.0em;
}

.golden a{
    color:#ffe100;
}

.plain{
    font-family: "Comic Sans MS", "Comic Sans", sans-serif;
    padding-top:10px !important;
    padding-bottom:10px !important;
    font-size:1.6em !important;
}

/*
.img-responsive {
    margin: 0 auto;
}*/

/*
.privacy p,h1,h2{
   font-family: Monaco, monospace;
   font-size: 14px !important;
}

.privacy b,h1,h2{
   color: rgb(0, 52, 100);
}*/