
.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

.nwbtn { width:200px }
.act_select { width:300px }
.nowrap { white-space: nowrap; }

.btn + .btn { margin-left: 4px }

.fa-edit { margin-right: 4px }

@import url('https://fonts.googleapis.com/css?family=Nunito');

@media(min-width:768px) {
	.btn { min-width:150px }
}


html { 
font-size: 14px; 
padding-bottom: 60px;
font-family: 'Nunito', sans-serif;
}

body {
font-family: 'Nunito', sans-serif;
}

footer {
}

.vertical-center {
	min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */

	display: flex;
	align-items: center;
}

#accs span { font-weight: bold }

.jumbotron {
    padding: 0.5em 0.6em;
    h1 {
        font-size: 2em;
    }
    p {
        font-size: 1.2em;
        .btn {
            padding: 0.5em;
        }
    }
}

.footer {
  position: fixed; 
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
