.row{
}

h1{
  font-size:1.3em;
  margin:5px;
  padding:5px;
  border-bottom:1px solid #eaeaea;
} 

h2{
  font-size:1.2em;
  margin:3px;
  padding:2px;
  font-weight:bold;
  border-bottom:1px solid #eaeaea;
}

h3{
  font-size:1.1em;
  margin:3px;
  padding:2px;
  font-weight:bold;
  border-bottom:1px solid #eaeaea;
}

#c_whatsnew_input{

}


#c_whatsnew_input .input{
  width:80%;
}

#c_whatsnew_input .select{
  width:50px;

}

.year_select{
  width:80px;
}

.month_day_select{
  width:60px;
}


/* 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 it's height */
  margin: 0 auto -60px;
}
 
/* Set the fixed height of the footer here */
#push,
#footer {
  height: 60px;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}


#pager i:hover{
  border-bottom:solid 1px blue;
}

.navbar-inner{
  background-color:#fafafa !important;
}

.cnt{
  text-align:right;
}

h3 {
  font-size:1.2em;
}

table .cnt{
  text-align:right;
}
table .info{
  text-align:center;

}