@import url("fonts.css");
@import url('closure-widgets.css');


html > body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

.navbar {
    position: sticky;
    width: 100%;
    height: 50px;
    top: 0;
    padding-bottom: 5px;
    box-shadow: 0 1px 1px 0 whitesmoke;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    overflow: hidden;
}

.navbar .logo {
    color: brown;
    font-family: "Poiret One", sans-serif;
    font-size: 24pt;
    line-height: 50px;
    margin: 20px;
}
.navbar > a {
    text-decoration: none;
}

.navbar .navbar-right {
    float: right;
}

.user-menu {
    border: none;
    cursor: pointer;
    font-size: 10pt;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}

.user-menu > .goog-inline-block {
    float: left;
    margin-top: 16px;
    margin-right: 5px;
}

.avatar-image {
    display: inline-block;
    height: 45px;
    width: 45px;
    border: 2px solid;
    border-radius: 100%;
    background-color: white;
    box-shadow: 0 0 2px #888888;
}
.user-menu .avatar-image {
    float: right;
}
/*
.document-list .avatar-image {
    display: inline-block;
    height: 30px;
    width: 30px;
    border: 2px solid;
    border-radius: 100%;
    background-color: white;
    box-shadow: 0 0 1px #888888;
}*/
.document-list .name {
    font-size: 10pt;
    line-height: 100%;
    height: 100%;
    font-style: italic;
}
