<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> .teacher_current_button {
  border-radius: 13px;
  border-style: solid;
  border-color: rgb(208, 227, 241);
  border-width: 2px;
  color: #4f2683;
  font-size: 18px;
  background: #fff none repeat scroll 0% 0%;
  text-decoration: none;
  text-align: center;
  max-width: 180px;
  max-height: 42px;
  width: 180px;
  height: 42px;
  display: table-cell;
  float: right;
  vertical-align: middle;
  line-height: 42px;
  margin-bottom: 20px;
}

.teacher_current_button:hover {
  background: rgb(208, 227, 241) none repeat scroll 0% 0%;
  text-decoration: none;
  color: #000;
}

.grad_current_button {
  border-radius: 13px;
  border-style: solid;
  border-color: rgb(207, 229, 229);
  border-width: 2px;
 color: #4f2683;
  font-size: 18px;
  background: #fff none repeat scroll 0% 0%;
  text-decoration: none;
  text-align: center;
  max-width: 180px;
  max-height: 42px;
  width: 180px;
  height: 42px;
  display: table-cell;
  float: right;
  vertical-align: middle;
  line-height: 42px;
  margin-bottom: 20px;
}

.grad_current_button:hover {
  background: rgb(207, 229, 229) none repeat scroll 0% 0%;
  text-decoration: none;
  color: #000;
}

.aq_current_button {
  border-radius: 13px;
  border-style: solid;
  border-color: rgb(235, 211, 229);
  border-width: 2px;
 color: #4f2683;
  font-size: 18px;
  background: #fff none repeat scroll 0% 0%;
  text-decoration: none;
  text-align: center;
  max-width: 180px;
  max-height: 42px;
  width: 180px;
  height: 42px;
  display: table-cell;
  float: right;
  vertical-align: middle;
  line-height: 42px;
  margin-bottom: 20px;
}

.aq_current_button:hover {
  background: rgb(235, 211, 229) none repeat scroll 0% 0%;
  text-decoration: none;
  color: #000;
}
.teacher_apply_button {
  border-radius: 13px;
  color: #4f2683; 
  font-size: 18px;
  background: rgb(208, 227, 241) none repeat scroll 0% 0%;
  text-decoration: none;
  text-align: center;
  max-width: 180px;
  max-height: 42px;
  width: 180px;
  height: 42px;
  display: table-cell;
  float: right;
  vertical-align: middle;
  line-height: 42px;
  margin-bottom: 20px;
}

.teacher_apply_button:hover {
  background: #4f2683 none repeat scroll 0% 0%;
  text-decoration: none;
  color: #fff;
}

.grad_apply_button {
  border-radius: 13px;
  color: #4f2683; 
  font-size: 18px;
  background: rgb(207, 229, 229) none repeat scroll 0% 0%;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  max-width: 180px;
  max-height: 42px;
  width: 180px;
  height: 42px;
  display: table-cell;
  float: right;
  vertical-align: middle;
  line-height: 42px;
  margin-bottom: 20px;
}

.grad_apply_button:hover {
  background: #4f2683 none repeat scroll 0% 0%;
  text-decoration: none;
  color: #fff;
}

.aq_apply_button {
  border-radius: 13px;
  color: #4f2683; 
  font-size: 18px;
  background: rgb(235, 211, 229) none repeat scroll 0% 0%;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  max-width: 180px;
  max-height: 42px;
  width: 180px;
  height: 42px;
  display: table-cell;
  float: right;
  vertical-align: middle;
  line-height: 42px;
  margin-bottom: 20px;
}

.aq_apply_button:hover {
  background: #4f2683 none repeat scroll 0% 0%;
  text-decoration: none;
  color: #fff;
}</pre></body></html>