
h1 {font-size: 16px; font-weight:bold; padding:0 0 10px 0;}
.messagelog {
    color:#666;
    background: #EDF0FF;
    border: 1px solid #EDF0FF;
    padding: 10px;
    border-radius: 8px;
    /* 
    border-radius: 8px;
    height: 45%; 
    margin-right: 20px;
    */
    height: 5em;
    overflow: auto;
    margin-bottom:.5em;
  	width:97%;
}

#inputmonitor {
   /* display:none; */
}

.title {
    color: #777777;
    font-family: sans-serif;
    margin-block-start:.5em;
    margin-block-end:.1em;
}

#footer a{
  margin-right:1em;
}

html,body {
    height: 100%;
}


/* 

    overflow: hidden;

    .mdc-text-field__input {
        font-size: 16px;
    }
    .mdc-floating-label {
        font-size: 16px;
        line-height: 1.5;
        vertical-align: top;
        margin-bottom: 0;
    }
    .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
        font-size: 16px;
    }
    </style>

*/