*{
	color: #0D1B2A;
}

.RFNSAcontainer {
    margin: 10px;
    /*width: 500px; 
    */
}

h3{
  line-height: 2px; 
  margin-top:20px;
  margin-bottom:10px;
  display:inline-block;
}

.Container{
	background-color: #999;
	border-radius: 5px;
	min-height: 700px;
}

.provider{
	width: 70px;
	display: inline-block;
}

.sitename{
	display: block;
	text-transform: capitalize;
    font-variant-caps: petite-caps;

}

.sitesearchform{
	text-align: center;
	margin-top:10px;
}

.titlelabel{
	display: inline-block;
  width: 140px;
  text-align: right;
}

.UsedSite{
	color: #04724D;
}
.UnusedSite{
	color: #0D1B2A;
	font-size: 90%;
}
.UnusedSite:link{
  text-decoration: none;
  font-style: italic;
	
}

.UnusedSite:hover {
  text-decoration: underline;
}

.topnav{
	float: left;
	padding: 10px;
}

.welcome{
	float: right;
	padding: 10px;
}

.header a:link, .header a:visited{
	color: #04724D;
}

#SiteInfo {
	display:	inline-block;
	width:		300px;
}
#uploadtt{
	width: 450px;
}

#uploadtt input[type=text]{
	max-width:300px;
	width: 100%;
}
/**
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}
**/

/**
Tooltip Text CSS
**/
 /* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
} 

#quote{
	display:none;
}

/* Tooltip Text END */

@media screen and (min-width: 750px) {
#quote {
	display:block;
}

.Container{
	margin: 5%;
	margin-top: 10px;
}

.provider{
	display:block;
}

.content{
	padding-top: 30px;
	padding-bottom: 60px;
}

.header{
	padding: 10px;
}

#provider{
	display:hidden;
}


#results {
		padding-left: 20px;
}
}

@media screen and (max-width: 750px) {
.sitename{
    font-size: small;
}

}