:host {
    display: block;
    padding-left: 20px;
    height: 100%;
    overflow-y: auto;
    color: white;
    font-size: 11pt; 
    font-weight: 100;
}



.title {
    display: block;
    position: relative;
    font-weight: 200;
    font-size: 24pt;
    line-height: 38pt;
    margin-left: 1px; /*Make room for focus outline */
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 20px;
    margin-top: 2px;
    display: block;
}

button   {
    color: white;
    background-color: black;
    border: none;
    outline-style: solid;
    outline-width: 1px;
    outline-color: white;
    margin-right: 20px;
    display: block;
    float: left;
    margin-left: 1px; /*Else hover outline is hidden on the left-most menu*/
    margin-right: 10px;
    margin-bottom: 5px; /*Else hover outline is hidden on the bottom*/
    font-size: 16pt;
    font-weight: 200;
}

button:hover {
    outline-width: 2px;
}