.alignR{
    text-align: right;
    padding-right: 4px;
}
.scrolld {        
    width:auto;
    height:auto;        
    position: relative;              
    overflow-y: scroll;        
    max-height: 400px;
    padding: 12px;
}
.color-red{
    color: #D2536B;    
}
.tamanho-pequeno{
    width: 33.33333333% !important;
}

.googleCalendar{
  position: relative;
  height: 0;
  width: 75%;
  padding-bottom: 50%;
}

.googleCalendar iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

