.btn-floating.small {
	width: 30px;
    height: 30px;
    line-height: 30px;
}
.btn-floating.small i {
	font-size: 1.2rem;
    line-height: 30px;
}
.btn-inline {
	padding: 0;
    height: 22px;
    line-height: 22px;
    text-transform: none;
}
.btn-inline:focus {
    background-color: transparent;
}
.btn-inline i {
		margin-right: 10px;
	}
}
.collection.with-header .collection-header i {
	font-size: 36px;
    vertical-align: top;
    padding-right: 15px;
}

.collection.with-header .collection-header h5 i {
	font-size: 28px;
	vertical-align: bottom;
	padding-right: 15px;
}
.collection .collection-item.avatar:not(.circle-clipper)>.icon {
	position: absolute;
	width: 40px;
	height: 40px;
	overflow: hidden;
	left: 15px;
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
}
.collection .collection-item.avatar .title {
	font-size: 20px;
    padding-bottom: 10px;
    display: block;
}
.collection .collection-item.avatar .date {
	font-size: 12px;
    color: #ababab;
    display: block;
	text-align: right;
}
input[type=text]:not(.browser-default).changed ~ .helper-text:after {
	color: #f4a836;
}

input.changed[type=text]:not(.browser-default) {
	border-bottom: 1px solid #f4a836;
	box-shadow: 0 1px 0 0 #f4a836;
}
@media only screen and (min-width: 1201px) and (max-width: 1281px) {
	.xl6g {
		width: 100% !important;
	}
}