



span.logo {
  font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;  
  font-size:xx-large;
  font-weight:bold;
  color:#005500;
}

.hkucantonese_title {
  color:#005500;  
}

.site_title1 {
  font-size: large;
  font-family: Meiryo, Arial;
  text-transform: none;  
  color:#FFFF88;  
}

.site_title2 {
  font-size: large;
  font-family: Meiryo, "微軟正黑體", "Microsoft JhengHei";  
  color:#88FF88;  
}

.rounded {
  border-radius: 15px;  
}

@font-face {
  font-family: lshkFont;
  src: url(../../goodies/lshk/lshk.ttf);
}

.lshk {
  font-family: lshkFont;
}

h3 {
  text-transform: none;
}

a img {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* For desktop: */
.col-special-margin {width: 5%}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-55 {width: 45%;}
.col-575 {width: 47.5%;}
.col-6 {width: 50%;}
.col-65 {width: 55%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 768px) {
    [class*="col-"] {
        width: 100%;
    }
    .col-special-margin {width: 0%;}    
}

p.fine_print {
  font-family:Meiryo; 
  font-size: 120%; 
  font-weight:100;
  text-align:left;  
  line-height:0.9;
}

.mejs-container.mejs-video {
  width: 100% !important;
  height: auto !important;
  padding-top: 57%;
}

.simplefavorite-button.active {
  color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

p b {
  color: #D02020;
}

.nav-item-giant {
  width: 50%;
  min-height: 130px;
  text-align: center;
  float: left;
}

.nav-button-small {
  border-style: solid;
  border-width: 5px;
  border-color: #444444;
  background-color: white;
  border-radius: 20px;
  width: 90%;
  margin: 15px;
}

.nav-item-small {
  width: 33%;
  min-height: 130px;
  text-align: center;
  float: left;
}

.nav-button-giant {
  border-style: solid;
  border-width: 5px;
  border-color: #444444;
  border-radius: 20px;
  width: 90%;
  margin: 15px;
}


@media only screen and (max-width: 768px) {
    [class="nav-item-giant"] {
        width: 100%;
    }
    [class="nav-item-small"] {
        width: 100%;
  }
}

.nav-allowed {
  background-color: rgba(255,255,255,0.3);
}

.nav-disabled {
  background-color: #444444;
  color: #888888;
}

.learn-completed {
/*  border-color: rgba(83,230,79,0.3);  */
}

.learn-problematic {
/*  border-color: rgba(79,83,230,0.3);  */
}

.learn-incomplete {
/*  border-color: rgba(255,255,255,0.8);  */
}

.img-circle {
    border-radius: 50%;
}

.img-circly {
    border-radius: 40%;
}

.finals-summary {
  border-width: 0pt;
}

.finals-summary > tbody td:nth-of-type(odd), .finals-summary > thead th:nth-of-type(odd){
	background:rgba(255,255,255,0.5);
}

.finals-summary > tbody td:nth-of-type(even), .finals-summary > thead th:nth-of-type(even){
	background:rgba(200,200,200,0.5);
}


td {
  vertical-align: middle;
  text-align: center;
}

.lshk.blue {
  color: #4444CC;
}

.lshk.red {
  color: #CC4444;
}

div.quiz-block {
  width : 45%;
  float: left;
  padding-right: 2%;
}

.featurette-divider  {
  display:none;	
}

.wpProQuiz_questionListItem {
    font-size: 27px !important;
    text-align: center  !important;
    line-height: 33px  !important;
}

.wpProQuiz_cloze input[type=text] {
  font-weight: bold;
  font-size: 25px !important;
  color: #222277 !important;
  vertical-align: top !important;
  height: 37px !important;
  text-align: center !important;
}

.wpProQuiz_cloze input[type=text][data-wordlen="1"] {
  width:25px !important;
}
.wpProQuiz_cloze input[type=text][data-wordlen="2"] {
  width:40px !important;
}
.wpProQuiz_cloze input[type=text][data-wordlen="3"] {
  width:55px !important;
}
.wpProQuiz_cloze input[type=text][data-wordlen="4"] {
  width:70px !important;
}



.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.modal {
    display: block;
    margin: auto;
    left: 5px;
    right: 5px;
    width: 95%;  
    position: absolute;
}

.modal.fade {
  top: -100%; /* Otherwise other buttons cannot be clicked */
  pointer-events:none;   /* Also adding this just in case */
}

@media only screen and (max-width: 768px) {
  center > table > tbody> tr > td {
    font-size: 0.8em !important;
  }
}

.wpProQuiz_response > div > p > span {
  line-height: 30px;
}

.home-icon {
  width: 33%;
  float: left; 
  text-align:center;
}

@media only screen and (max-width: 768px) {
  .home-icon {
    width: 33%;
  }
}

.info-box {
    border-radius: 20px;
    border-width: 4px;
    border-color: #444466;
    padding: 5px;
    border-style: solid;
    background-color: #FFFFF0;
}

.white-box {
    border-width: 3px;
    border-color: #44aa44;
    border-radius: 20px;
    border-style: solid;
    padding: 10px;
    background-color: #ffffff;
    margin-bottom: 20px;  
}


#left.widget-area::after {
  border-right: 0px !important;
}

#left.widget-area {
  padding-right: 0px !important;
  border-right: 0px !important;
}

div.wpProQuiz_question_text > h3 > b {
  color: #CC4444;
}

i.icon-headphones:hover {
  background-color: #66CC66;
}

#audio_description > center > table > tbody> tr:nth-child(1) {
  display: none;
}

div.mycred-my-rank img { width:100px; height:100px; font-size:3em; }