.notes-add {
    padding: 0.5em;
    position: relative;
}
.notes-add-del {
    height: 40px;
}
.notes-search {
    background: transparent;
    border: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    box-shadow: none !important;
}
.notes-search .input-group-addon {
    box-shadow: none !important;
}
.notes-search .input-group-addon button {
    margin: 0 !important;
    display: block;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}
.notes-search-clear {
    pointer-events: auto;
    cursor: pointer;
}


.stories ul {
    margin-left: 0.1em;
}

.stories li a.note {
    display: block;
    padding: 0em 0.5em;
}
.stories li a.note b {
    line-height: 1em;
    padding-right: 40px;
}

.stories li a.note:hover {
    text-decoration: none;
}

.stories li.story {
    float: left;
	padding: 5px 5px 5px 0px;
	min-width: 150px;
	width: 100%;
	border: none !important;
}

@media screen and (min-width: 768px) {
	.stories li.size-1 {
		width: 25%;
	}
	.stories li.size-2 {
		width: 50%;
	}
	.stories li.size-3 {
		width: 75%;
	}
	.stories li.size-4 {
		width: 100%;
	}
}

.stories li.story .content {
    list-style: none;
    list-style-type: none;
    position: relative;
    overflow: hidden;
    min-height: 2em;
	padding: 10px !important;
    -moz-box-shadow: -8px -2px 19px rgba(33, 33, 33, 1);
    -webkit-box-shadow: -2px 19px 7px rgba(33, 33, 33, .7);
    box-shadow: -2px 5px 19px rgba(33, 33, 33, .7);
    -moz-transition: -moz-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    -webkit-transition: -webkit-transform .3s linear;
}

@media screen and (min-width: 768px) {
	.stories li.story .content:hover,
	.stories li.story .content:focus {
		box-shadow: 9px 11px 45px rgba(0, 0, 0, .7);
		-moz-box-shadow: 9px 11px 45px rgba(0, 0, 0, .7);
		-webkit-box-shadow: 9px 11px 45px rgba(0, 0, 0, .7);
		-webkit-transform: scale(1.02);
		-moz-transform: scale(1.02);
		-o-transform: scale(1.02);
		position: relative;
		z-index: 2000;
	}


.del {
	font-size: 1.5em;
	line-height: 1.2em;
	padding: 0em 0.2em 0.1em 0.2em;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ff0000;
	color: #fff;
	z-index: 1000;
}

.del:hover {
	color: #fff;
}