::-webkit-scrollbar {
    -webkit-appearance: none;
        width: 7px;
        }
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.service {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-weight: 400;
	position: relative;
	border-bottom: 1px solid #000;
	overflow: hidden;
	background-color: #000;
}

.toprow {
    cursor: pointer;
	background-color: #333;
	color: #fff;
}

.logo {
    float: left;
    height: 90px;
    width: 90px;
	margin: 0 15px 0 0;
}
.servicename {
	font-weight: 700;
	font-size: 15px;
	margin: 10px 0 0 0;
}
.headline {
	font-size: 12px;
	margin: 5px 0 0 0;
}

/* TIMESTAMP TEMPORARILY DISABLED */
.timestamp {
	display: none;
	font-size: 12px;
	color: #666;
	margin: 5px 0 0 0;
}


.morelink {
    display: none;
	position: absolute;
	top: 65px;
	left: 105px;
	color: #999;
	text-decoration: none;
	font-size: 12px;
}
	.morelink i {
		position: relative;
		top: 1px;
	}

/* MORELINK TEMPORARILY MOVED 
This is the original code: 

.morelink {
    display: none;
	position: absolute;
	top: 37px;
	right: 20px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

*/

.subcategories {
    display: none;
    clear: both;
    /* width: 100%; */
    font-size: 14px;
	background-color: #000;
	color: #fff;
	padding: 20px;
	overflow: hidden;
}

.subcategories a {
	color: #e51133;
	text-decoration: none;
}
	.subcategories a:hover {
		text-decoration: underline;
	}
	
.subcategories p {
	padding-top: 4px;
}

.subcategory-row {
	background-color: #000;
	padding: 0 20px 0 0;
}

.row {
    float: left;
    clear: both;
    width: 100%;
}

.subcategory {
	font-weight: 700;
	color: #aaa;
	margin: 0 0 5px 0;
}

.information {
	margin: 0 0 15px 0;
}

body {
    overflow-y: hidden;
}
#map {
    overflow-y: scroll;
}


/* Mobile */

@media handheld, only screen and (min-width: 400px) {

	.morelink {
		position: absolute;
		right: 20px;
		top: 38px;
		text-align: right;
	}
	.servicename {
		font-weight: 400;
		font-size: 18px;
		margin: 15px 0 0 0;
	}
	.headline {
		font-size: 14px;
	}
	
}
