html, body {
	margin: 0;
	padding: 0;
	height: 100%;
    font-family: Roboto, Arial, sans-serif;
}

a, button, h1, h2, h3, h4, h5, h6, input, ol, p, ul, th {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font: inherit;
    list-style: outside none none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

#sidepanel {
	color: #000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    width: 430px;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    overflow-y: auto;
}

.side-panel-header {
    background: none repeat scroll 0 0 #5987fb;
    box-sizing: border-box;
    height: 52px;
    left: 0;
    overflow: hidden;
    padding: 15px 20px;
    position: absolute;
    right: 0;
}

.side-panel-title {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    max-width: 300px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#editions-block {
    line-height: 26px;
    margin-top: 52px;
}

.side-panel-block {
    padding: 20px;
    border-bottom: 1px solid #eeeeee;
}

select {
    float: right;
    padding: 5px;
}

#map {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 430px);
	height: 100%;
}

#wayPoints {
    font-size: 0.8em;
    font-weight: 300;
    list-style-type: upper-latin;
    list-style-position: inside;
    padding: 0 30px;
}

#wayPoints li {
    padding: 3px;
    border-bottom: 1px solid #eeeeee;
}

#wayPoints li:hover {
    cursor: pointer;
    background-color: #fafafa;
}

#wayPoints li:last-child {
    border-bottom: none;
}

#distance {
    float: right;
    color: #44a33c;
}