*:focus {
    outline: none;
}

a {
    color: #159;
    outline: none;
    text-decoration: none;
}

a img {
    border: none;
}

abbr {
    border-bottom: 1px solid #ddd;
    cursor: help;
    padding: 2px 3px;
}

body {
    background: #ddd;
    color: #333;
    font-family: "Roboto", "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    line-height: 1.5rem;
    margin: 0;
    padding: 0;
}

blockquote {
    background: #eee;
    margin: 0 0 10px 0;
    padding: 10px 10px 1px 10px;
}

button {
    background: none;
    border: 0;
    color: #159;
    cursor: pointer;
    font-family: "Roboto", "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 16px;
    line-height: 1.5rem;
    margin: 0;
    padding: 0;
}

code {
    color: #333;
    font-family: 'Roboto Mono', monospace;
    font-size: 14px;
}

form {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", "lucida grande", tahoma, verdana, arial, sans-serif;
    font-weight: normal;
    margin: 20px 0;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

img {
    outline: none;
}

input {
    font-family: "Roboto", "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

object {
    outline: none;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

pre {
  line-height: 1.5rem;
}

select {
    font-family: "Roboto", "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 16px;
    /* Makes for the same height as <input>. */
    height: 40px;
    margin: 0;
}

table {
    border-spacing: 0;
}

textarea {
    background: #fff;
    font-family: "Roboto Mono", "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 14px;
    line-height: 1.5rem;
    margin: 0;
    padding: 9px;
    width: 280px;
}

ul {
    list-style-type: square;
}

