html, body {
    background-color: #fff;
    margin: 10px;
    max-width: 760px;
}

html, body, input, select, textarea, button {
    color: #222;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 20px;
}

a:link, a:active, a:visited {
    color: #222;
}

a:hover {
    color: #fe1c00;
}

h1, h2 {font-weight: normal;}

h1 {
    font-size: 22px;
    color: #555;
    margin: 20px 0;
}

h2 {
    font-size: 20px;
    color: #777;
}

button {
    background-color: #eee;
    border: 1px solid #999;
    cursor: pointer;
    padding: 4px 8px;
}
button:hover {
    background-color: #999;
    border: 1px solid #333;
    color: #eee;
}

img.logo {
    width: 250px;
}

strong {font-weight: 600;}

table {
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

table th,
table td {
    vertical-align: inherit !important;
    padding: 8px;
}

table th.top,
table td.top {
    padding-top: 8px;
    vertical-align: top !important;
}

td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
th {
    background-color: #eee !important;
    border: 1px solid #ccc;
    color: #555 !important;
    font-weight: 500;
    text-align: left;
}

tr.route-example img {max-width: 700px;}

.hidden {display: none;}
