/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}
.td{
	font-weight: bold;
	font-family: Verdana,sans-serif; 
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}

div.info-box2 {
  width: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  background-color: #e4e4e4;
 
}
div.info-box {
  width: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
  background-color: #f5f5f5;
 
}

div.info-box3 {
  width: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
  background-color: #0dac0f;
  margin-bottom: 4%;
 
}


.headerz{
	float:left;
	height:40px;
	box-shadow: 1px 1px 1px #222;
	 border-radius: 0px 0px 6px 6px;
	 margin-bottom: 6px;
}
.headerz1{
	float:left;
	height:40px;
	box-shadow: 1px 1px 1px #222;
	 border-radius: 0px 30px 30px 0px;
	 margin-bottom: 6px;
}

.button1 {
  display: inline-block;
  border-radius: 0px;
  background-color: #0dac0f;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 1px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  text-decoration: none;
}

.button1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button1 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button1:hover span {
  padding-right: 15px;
}

.button1:hover span:after {
  opacity: 1;
  right: 0;
}

ul.no_bullet{
	list-style-type: none;
}
.myparagraph{
	font-family: bookman;
	font-size: 17px;
	text-align: justify;
}
