@font-face {
    font-family: 'DigitalComics'; /*a name to be used later*/
    src: url('/static/fonts/digitalcomics.ttf'); /*URL to font*/
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}

.container-assine { max-width: 640px; padding: 15px; margin: 0 auto; }
a.open1 {cursor: pointer;}
#sf0 { max-width: 400px;margin:0 auto; }
#basicform { max-width: 400px;margin:0 auto; }

.navbar{margin-bottom: 50px!important}
a.navbar-brand{font-family: "DigitalComics"!important;padding: 4.5px 15px;!important; font-size: 26px;!important}
.titlemain{margin-left: 5px;font-style: italic;margin-bottom: 29px;font-weight: bold;}
.titlesub{display: block;font-style: italic;font-weight: bold;margin-top: -6px;}
.row{margin-right: 0px!important;}
.help-inline-error{color:red;}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
