.md-toolbar-tools h1 {
	font-size: inherit;
	font-weight: inherit;
	margin: inherit;
}
#gapTitle{
	background: -webkit-linear-gradient(to bottom, rgba(158, 15, 15, 1) 0%, rgba(158, 15, 15, 1) 19%, rgba(158, 15, 15, 0.81) 100%) !important; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(to bottom, rgba(158, 15, 15, 1) 0%, rgba(158, 15, 15, 1) 19%, rgba(158, 15, 15, 0.81) 100%) !important; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(to bottom, rgba(158, 15, 15, 1) 0%, rgba(158, 15, 15, 1) 19%, rgba(158, 15, 15, 0.81) 100%) !important; /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, rgba(158, 15, 15, 1) 0%, rgba(158, 15, 15, 1) 19%, rgba(158, 15, 15, 0.81) 100%) !important; /* Standard syntax */
}

.gridTile{
	background-color:#ffffff;
	margin: 1em;
	float: left;
	box-shadow: 5px 5px 5px #888888;
	color: #000000;
	border-radius: 5px;
}

.gridTile:hover{
	box-shadow: 10px 10px 5px #888888;
}

.gridSquare {
    float:left;
    position: relative;
    width: 30%;
    padding-bottom: 30%; /* = width for a 1:1 aspect ratio */
    margin:1.66%;
    overflow:hidden;
}

.gridContent {
    position:absolute;
    height:80%; /* = 100% - 2*10% padding */
    width:90%; /* = 100% - 2*5% padding */
    padding: 10% 5%;
}

.gridTable{
    display:table;
    height:100%;
    width:100%;
}
.gridTable-cell{
    display:table-cell;
    vertical-align:middle;
    height:100%;
    width:100%;
	text-align: center;
}

.md-default-theme{
	background-color: #dddddd !important;	
}

.gridTile.p{
	font-size: 4vw;
}

.gridTile.fa{
	font-size: 10vw !important;
}

.md-sidenav-left .md-button{
	text-align: left !important;
	margin-bottom: 0px;
}

.md-raised.md-primary{
	color:rgba(255,255,255,0.87);
	background-color:rgb(16,108,200) !important;
}

.md-button:hover{
	background-color: #bbbbbb !important;
}

md-sidenav, 
md-sidenav.md-locked-open, 
md-sidenav.md-closed.md-locked-open-add-active {
    min-width: 250px !important;
    width: 75vw !important;
    max-width: 250px !important;
}

.alignLeft{
	float: left;
}

.alignRight{
	float: right;
}
