.calendargo{display:grid;grid-template-columns:repeat(7,1fr);max-width:100vw;width:100%}.calendargo>*{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;line-height:21px;border:1px solid rgba(0,0,0,.05);cursor:pointer;height:13vh}.calendargo>:before{content:"";display:inline-block;height:0;padding-bottom:100%;width:1px}.calendargo>.today{border:.1em solid #fff;font-weight:700;background:rgba(43,175,180,.5)!important}.calendargo>.active{border-radius:100%;background:#2bafb4;color:#fff}.calendargo>.timelog{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important;color:#666;line-height:1.2;padding-right:20px;overflow:hidden;background-color:#fff}