body {
        padding-top: 20px;
        padding-bottom: 60px;
        padding-left: 5px;
        padding-right: 5px;
      }

/*body {background:#161a1d url(//s3.amazonaws.com/flinto-assets/assets/flviewer/viewer_radial_gradient-2d83c540fe6d9bba76570a25d9dd4750.jpg) no-repeat center top;
background-attachment:fixed;background-size:cover;height:100%}*/
      
      /* Custom container */
      .container {
        margin: 0 auto;
        max-width: 1000px;
      }
      .container > hr {
        margin: 10px 0;
      }

      .jumbotron {
        margin: 20px 0;
        padding: 7px;
/*	background-image: linear-gradient(to bottom, #121215, #1b1f24 50%, #171a1e);*/
	background-image: linear-gradient(to bottom, #0A1B1F, #1b1f24 50%, #121215);

	background-repeat: repeat-x;
	position: relative;
      }
      .jumbotron .lead {
        font-size: 21px;
/*        line-height: 1.25;*/
	margin: 10px 0 0 0;
      }
      .jumbotron .dmlead {
        font-size: 20px;
        line-height: 1.25;
	margin: 10px 0 0 0;
      }
      .jumbotron .btn, .jumbotron .search-query {
        font-size: 18px;
        padding: 7px 12px;
      }
  
      .bgred { background-color: #ee0000}
      .bgpink {background-color: #b94a48}
      .bggreen { background-color: #117722}

      #showcase h3 a {
    padding-left: 5px;
    padding-right: 5px;
    background-color: #117722;
    color: white;
      }

    #showcase h3 a:hover{
    background-color: inherit;
    }
    
      }
      /* Customize the navbar links to be fill the entire space of the .navbar */
      .navbar .navbar-inner {
        padding: 0;
      }

.dmtext {
/*  font-family: 'Merriweather Sans', Arial, sans-serif;*/
  font-size: 55px; text-align:center;/*dominant-baseline: central;*/
  font-weight: bold;
  color: #fff000;
  height: 60px;
}

h4 {
  line-height: 1.4;
}

.svghdr { text-align:center; display: block; width: 100%; margin: 0 auto; }

i[class*="icon"] {
  margin-right:5px;
  line-height: 2;
}

.tp-5 {
  padding-top: 1px;
}

.greylink { color: grey; text-decoration: underline}
.lightgreylink { color: rgb(153, 153, 153); text-decoration: underline}
.darkgreylink {color: rgb(68, 68, 68);text-decoration: underline}

.titlehover, .sitetitle:hover, .sitetitle:focus {
/*   background-color: #b94a48;*/
  background-color: #007399; /*#7ab800;*/
   color: white;
   text-decoration: none;
}
span.titlehover {padding-left: 5px; padding-right: 5px}

.txtshadow {text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.698)}

.domainstatus {display: inline-block; background-color: #b94a48; color: white; padding: 2px}

#sold-results {
min-height:15em;padding-top:40px;padding-left:40px;
font-size: 1.8em;
}

#search-results {
  padding-left: 40px;
  padding-right: 86px;
/*  font-family: 'Merriweather Sans', Arial, sans-serif;*/
}
#search-results li{
  width: 100%;
  display: inline-block;
  padding: 5px;
  overflow: hidden;
  margin-top:5px;
  padding-left:10px;
  padding-right:10px;
}
 #search-results li a{
 font-family: 'Inconsolata', sans-serif;
 letter-spacing:1px;
 font-size: 1.6em;
}  

#search-results div{}
#search-results div.price{font-size: 1.6em;float:right;text-align:center;text-decoration:none}
#search-results li:focus, #search-results li:hover{
  background-color: #007399; /*#7ab800;*/
   color: white;
   text-decoration: none;  
}

#deftitle{
display:inline-block;
font-family: Georgia,Arial, sans-serif;
}
#deftitle h2{
margin:0;padding:0 20px 0 20px;color:#eee;
}

#defcontent{
line-height:1.4em;
margin-top:40px;min-height:350px;
padding: 5px 20px 5px 20px;
/*font-family: Arial, san-serif;*/
font-size:1.4em;color:#ddd;
}

.clred {color: red}
