@import url(http://fonts.googleapis.com/css?family=Lato:300,400);
body 
{
    background: #e5e5e5;
    font: normal 100% Lato, sans-serif;
    margin: 0;
    color: #555;
}

body > * 
{
    width: 900px;
    padding: 20px 25px;
    margin: 20px auto;
    background: white;
    border-radius: 13px;
}

a 
{
    color: #28D;
    text-decoration: none;
}

h1 a 
{
    color: inherit;
}

h1, h2, h3, h4, h5, h6 
{
    margin: 0;
    font-weight: 300;
}

a strong 
{
  color: inherit;
  font-weight: 900;
}

strong 
{
  font-weight: 900;
  color: #151515;
}

em 
{
  font-weight: 100;
}

ul
{
    list-style-type: disc;
    padding: 0em 1em;
}

ul.none
{
    list-style-type:none;
}

li
{
    margin: 1em auto;
}

li.packed
{
    margin: 0em auto;
}

code, pre, tt 
{
    font: 12pt Consolas, Monaco, monospace;
    background: #f3f3f3;
    padding: 0.2em;
}

pre 
{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0.5em;
}

pre code 
{
    padding: 0;
    font-size: 90%;
}

footer
{
    position: relative;
}

footer h4
{
    text-align: center;
}

footer h6
{
    text-align: center;
}

header 
{
    position: relative;
}

header nav 
{
    font-size: 120%;
    position: absolute;
    right: 0;
    top: 20px;
    margin-right: 25px;
}

header nav ul 
{
    padding: 0;
    margin: 0;
}

header nav li 
{
    display: inline-block;
    margin: 0 0.5em;
    vertical-align: middle;
}

header a 
{
    color: inherit;
}

/* Taken from bootstrap.css to get dt and dd on the same line */
dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
  margin-bottom: 7px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  /*width: 160px;*/
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  /*margin-left: 180px;*/
    margin-left: 105px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=image] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
