@CHARSET "UTF-8";
html {
  padding: 0px;
  margin: 0px;
  color: black;
}

#content {
  border-bottom: 1px solid #888;
  color: white;
  background-color: rgb(128, 44, 89);
  background-image: linear-gradient(to bottom, rgb(134, 46, 94),
    rgb(119, 41, 83));
}

#content p {
  color: rgba(255, 255, 255, 0.5);
}

.prettyfix {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.bs-docs-footer {
  background-color: whitesmoke;
}

h5 {  
  font-weight: bold;
}

p {
	color: #777;
}

a.inline {
	display: inline-block;
	box-sizing: border-box;
	max-width: 45%;
}

#footer {
  left:0px;
  right:0px; 
  position:fixed;
  bottom:0px;
}