.cd-act-header {
  width: 100%;
  z-index: 2;
  font-size: 100%;
  font-family: "Droid Sans", sans-serif;
  
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  background-color: rgba(33,150,243,.95);
  color: #fff;
  text-align: center;
}
.activity-title {
    margin-top: 5px;
    margin-left: -15px;
    letter-spacing: 1px;

}
.add-activity {
    float: right;
    margin-top: -25px;
    margin-right: -5px;
}

.cd-act-content {
  position: relative;
  width: 100%;
  height: 550px;
  -webkit-overflow-scrolling: touch;
   border-left: 1px solid rgba(33,150,243,.50);
   font-size: 12px;
   overflow-x: hidden;
   overflow-y: scroll;
}

@media only screen and (max-width: 1024px) {
    .cd-act-header {
  width: 100%;
  z-index: 2;
  font-size: 90%;
  font-family: "Droid Sans", sans-serif;
  
  padding: 3px 5px 5px 5px;
  font-size: 14px;
  background-color: rgba(33,150,243,.95);
  color: #fff;
  text-align: left;
}
    .activity-title {
    margin-top: 3px;
    margin-left: 5px;
    letter-spacing: 1px;
}
    .add-activity {
    float: right;
    margin-top: -22px;
    margin-right: 0px;
}
    .cd-act-content {
  position: relative;
  width: 100%;
  height: 550px;
  -webkit-overflow-scrolling: touch;
   padding: 0px 5px 10px 5px;
   border-right: 1px solid rgba(33,150,243,.50);
   font-size: 12px;
    overflow-x: hidden;
   overflow-y: scroll;
}
}
