@font-face {
	font-family: "custom";
	src: url("fonts/RobotoCondensed-Regular.ttf");
}

.form-control {
    font-size: 12px;
    line-height: 12px;
    height: 24px;
}
.form-group {
    font-size: 12px;
    font-weight: normal;
}
.foot {
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
    color: #AAAAAA;
}
.navbar-default {
    margin-bottom: 0px;
    color: #000000;
    background-color: #FFFFFF;
}

.navbar-brand {
    color: #000000;
}

.navbar-default .navbar-brand {
    color: #000000;
}

.navbar-default:hover .navbar-brand:hover {
    color: #000000;
}

label {
    margin-bottom: 0px;
}

.active {
    font-weight: bold;
}

.iconbutton {
    width:15px; 
    text-align: center;
}

.choosebutton {
	font-weight: normal; 
	border-style: solid; 
	border-width:1px; 
	border-radius: 3px; 
	padding: 3px;
	border-color: #999999;
        width: 20px;
}

.choosebutton:hover {
	background-color: #DDDDDD;
	cursor: pointer;
}

.resetbutton {
	font-weight: normal; 
	border-style: solid; 
	border-width:1px; 
	border-radius: 3px; 
	padding: 3px;
	border-color: #999999;
        width: 20px;
}

.resetbutton:hover {
	background-color: #DDDDDD;
	cursor: pointer;
}

.examplebutton {
	font-weight: normal; 
	border-style: solid; 
	border-width:1px; 
	border-radius: 3px; 
	padding: 3px;
	border-color: #999999;
        width: 20px;
}

.examplebutton:hover {
	background-color: #DDDDDD;
	cursor: pointer;
}

body {
	background-color: #000000;
}

a {
	color: #333333;
}

h1 {
	color: #FAFAFA;
    font-weight: bold;
}

h3 {
	color: #FAFAFA;
    //font-weight: bold;
}

h2 {
	color: #FAFAFA;
}

h4 {
    text-align:center;
	color: #FAFAFA;
}

.features {
    text-align: center;
}

.about {
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
    text-align: center;
    padding: 10px 20px 20px 20px;
    margin-bottom: 20px;
}

.about a {
    text-decoration-line: underline;
}

.guideimage {
    margin-top: 20px;
    border-width: 1px; 
    border-style: solid; 
    border-color: #EEEEEE;
    width: 100%;
}

.homeimage {
    border-width: 1px; 
    border-style: solid; 
    border-color: #EEEEEE;
    width: 100%;
    box-shadow: 10px 10px 15px #DDDDDD;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}