/* Sticky footer styles
-------------------------------------------------- */
* {
    margin: 0;
}


.navbar-static-top {
  margin-bottom: 19px;
}

code {
  font-size: 80%;
}


.modalBackground {
	background-color:Black;
	filter:alpha(opacity=90);
	opacity:0.8;
}

.nopadding {
   padding-left: 0 !important;
   margin-left: 0 !important;
}

.featherlight .featherlight-content {
    border: 0;
    padding: 0;
}

.featherlight .featherlight-image {
    border: 20px solid #fff;
    max-width: 100%;
}