.login-title{
font-size: 0px;
}

.login-title:after{
content: "CENTRAL ASSESSMENT TIMETABLE";
margin: 30px 0;
font-size: 40px;
font-weight: 700;
color: #000;
line-height: 1.1;
}

.userProfile-form-label.userProfile-form-label--checkbox {
visibility: hidden
}

.userProfile-section-notifications {
  display:none
}
.asyncButton-content{
    font-size: 25px;
    background-color: #5799B1;
}
.login-content.login-content .login-container .button--primary{
	display: none;
}
.button--lightGrey{
	   font-size: 25px;
}
 .calendarDownload-icon-container--google, .calendarDownload-icon-container--outlookonline {
	visibility:hidden;
}
.chronos-headerView-tag.chronos-tag--uncategorized {display: none;}

.rb-calendar.at-myTimetable.ember-view:before {
	font-size: ;
	font-weight: bold;
	color: red;
	content:  "Use the arrow keys < > to navigate to month of \A the central assessment period to see all of your \A central assessments. \A To view your seat number select or tap on your \A central assessment from the list. \A All times shown on your timetable are UK time.";
	white-space: pre; /* or pre-wrap */
}
 If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  .rb-calendar.at-myTimetable.ember-view:before  {
    font-size: 40px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .rb-calendar.at-myTimetable.ember-view:before  {
    font-size: 12px;
  }
}
