/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

a {
	
	color: #d61f26;
}

a:hover {
	text-decoration: underline;
}

.table-style {
		overflow-x: auto;
	}

	table {
		border-collapse: collapse;
		width: 100%;
	}

	

	th, thead {
		background-color: #f0f0f0;
		color: #000;
	}

.mach {
	background-color: #546e7a ;
}

.btn:hover, .btn-large:hover {
  background-color: #b71c1c;
}
.newDL {
    background-color: #1dc71d;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: large;
    font-weight: bold;
    color: #fff;
}
