

html, body {
  min-height:100%;
}
div {
  float: left;
}
.group {
    width: 100%;
    min-width: 1000px;
    clear: both;
    height: 100%;
}
.googleid{
    font-family: sans-serif;
    width: 11%; 
    padding: 5px;
    background-color:antiquewhite;    
    border: 2px solid white;  
    color:black;  
    font-weight: bold;
    text-align: center;
    clear: left;
    min-height: 100%;
}
.username {
    font-family: sans-serif;
    display:inline;
    border: 2px solid white; 
    padding: 5px;
    width: 11%; 
    background-color: orange;
    font-weight: bold;
    color: white;
    text-align: center;
}
.arrow {
    font-family: sans-serif;
    display:inline;
    border: 2px solid white; 
    width: 40px; 
    background-color:white;
    text-align: center;
}
.todaysdate {
    font-family: sans-serif;
    font-size: large;
    font-weight: 800;
    display:inline;
    border: 2px solid white; 
    padding: 5px;
    width: 28%; 
    background-color:white;
    text-align: center;
}
.title {
    font-family: sans-serif;
    font-size: large;
    font-weight: 800;
    display:inline;
    border: 2px solid white; 
    padding: 5px;
    width: 28%; 
    background-color:white;
    text-align: center;
}
.day {
    font-family: sans-serif;
    display:inline;
    border: 2px solid white; 
    padding: 5px;
    width: 16%; 
    background-color: orange;
    font-weight: bold;
    color: white;
    text-align: center;
}
.event {
    font-family: sans-serif;
    display:inline;
    border: 2px solid white; 
    padding: 5px;
    width: 16%; 
    min-height: 100%;
    background-color:blanchedalmond;
    text-align: center;
}
.lineitem {
    font-family: sans-serif;
    display:block;
    border: 2px solid white; 
    padding: 0px;
    min-height: 100%;
}