textarea.form-control {
    height: 70px;
}


@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}

.pull-right {
	float:right !important;
}

.app-page-header {
	background-color: #dee3e7;
}

.app-page-header h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 15px;
    text-align: center;
}

.glyphicon-action {
	font-size: 20px;
	color:black;
}

footer {
    height: 60px;
}
footer {
    position: static;
    margin-top: -60px;
    min-height: 60px;
    padding-bottom: 10px;
    background: #f2f2f2;
    width: 100%;
    bottom: 0;
}

.book-tile {
    background-color: #dee3e7;
    color: #485a63;
    position: relative;
    padding: 75px 30px 20px 30px;
    margin: 30px 0 30px 0;
    text-align: center;
    display: block;
    text-decoration: none;
}
.book-tile a {
    text-align: center;
    display: block;
    text-decoration: none;
}

.book-tile:hover {
    color: #485a63;
    background-color: #e4e4e4;
    text-decoration: none;
}

.book-tile-icon {
	font-size: 50px;
}

.row-book-tiles {
	margin-right:-30px;
	margin-left:-30px;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

#flash { 
	display: none;
	text-align: center;
	position: absolute;
	z-index: 1;
}