@charset "UTF-8";

.conference {
  border: solid 0px #000000;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  width: 100%;
  height: 100%;
}
.room {
  border: solid 0px #000000;
  margin: 5px 0px 5px 0px;
  display: flex;
  flex-wrap: nowrap;
  align-content: start;
  width: 80%;
  height: 85px;
  position: relative;
}
.room span.remark {
    display: none;
}
.room:hover span.remark {
    background: #EEFFEE;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 120%;
    font-size: 100%; 
    margin: 0px  30px;
    padding: 0.5em;
    position: absolute;
    top: -24px;
}
.room_name {
  border: solid 1px #000000;
  margin: 0px 0px 0px 0px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 100%;
}
.session_now {
  border: solid 1px #000000;
  border-left: transparent;
  margin: 0px 0px 0px 0px;
  display: inline-block;
  display: flex;
  justify-content: start;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  width: 45%;
  height: 100%;
}
.session_next {
  border: solid 1px #000000;
  border-left: transparent;
  margin: 0px 0px 0px 0px;
  display: inline-block;
  display: flex;
  justify-content: start;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  width: 40%;
  height: 100%;
}
.discussion {
  border: solid 1px #000000;
  border-left: transparent;
  margin: 5px -1px 5px -1px;
  padding-left: 1%;
  padding-right: 1%;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8%;
  height: 85px;
  position: relative;
}
.discussion span.remark {
    display: none;
}
.discussion:hover span.remark {
    background: #EEFFEE;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 120%;
    font-size: 100%; 
    margin: 0px;
    padding: 0.5em;
    position: absolute;
    top: -16px;
    width: 142px;
}
.presenter {
  border: solid 1px #000000;
  border-left: transparent;
  margin: 5px -1px 5px -1px;
  padding-left: 1%;
  padding-right: 1%;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8%;
  height: 85px;
  position: relative;
}
.presenter span.remark {
    display: none;
}
.presenter:hover span.remark {
    background: #EEFFEE;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 120%;
    font-size: 100%; 
    margin: 0px;
    padding: 0.5em;
    position: absolute;
    top: -16px;
    width: 110px;
}
.preview {
  border: solid 1px #000000;
  border-left: transparent;
  margin: 5px -1px 5px -1px;
  padding-left: 1%;
  padding-right: 1%;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8%;
  height: 85px;
  position: relative;
}
.preview span.remark {
    display: none;
}
.preview:hover span.remark {
    background: #EEFFEE;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 120%;
    font-size: 100%; 
    margin: 0px;
    padding: 0.5em;
    position: absolute;
    top: -16px;
    width: 142px;
}
.practice_room {
  border: solid 0px #000000;
  margin: 5px 0px 5px 0px;
  display: flex;
  flex-wrap: nowrap;
  align-content: start;
  width: 70%;
  height: 85px;
  position: relative;
}
.practice_room span.remark {
    display: none;
}
.practice_room:hover span.remark {
    background: #EEFFEE;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 120%;
    font-size: 100%; 
    margin: 0px  30px;
    padding: 0.5em;
    position: absolute;
    top: -24px;
}
.practice_room_name {
  border: solid 1px #000000;
  margin: 0px 0px 0px 0px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.14%;
  height: 100%;
}
.session_practice {
  border: solid 1px #000000;
  border-left: transparent;
  margin: 0px 0px 0px 0px;
  padding-left: 1%;
  padding-right: 1%;
  display: inline-block;
  display: flex;
  justify-content: start;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  width: 82.86%;
  height: 100%;
}
.seminar_room {
  border: solid 0px #000000;
  margin: 5px -1px 5px 0px;
  display: flex;
  flex-wrap: nowrap;
  align-content: start;
  width: 90%;
  height: 85px;
  position: relative;
}
.seminar_room span.remark {
    display: none;
}
.seminar_room:hover span.remark {
    background: #EEFFEE;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 120%;
    font-size: 100%; 
    margin: 0px  30px;
    padding: 0.5em;
    position: absolute;
    top: -24px;
}
.seminar_room_name {
  border: solid 1px #000000;
  margin: 0px 0px 0px -1px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.33%;
  height: 100%;
}
.seminar_now {
  border: solid 1px #000000;
  border-left: transparent;
  margin: 0px 0px 0px -1px;
  display: inline-block;
  display: flex;
  justify-content: start;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  width: 46.67%;
  height: 100%;
}
.seminar_next {
  border: solid 1px #000000;
  border-left: transparent;
  margin: 0px -1px 0px -1px;
  display: inline-block;
  display: flex;
  justify-content: start;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  width: 40%;
  height: 100%;
}

.session_admin {
  border: solid 1px #000000;
  border-left: transparent;
  margin: 5px 0px 5px -1px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 85px;
  position: relative;
}
.session_admin span.remark {
    display: none;
}
.session_admin:hover span.remark {
    background: #EEFFEE;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 120%;
    font-size: 100%; 
    margin: 0px;
    padding: 0.5em;
    position: absolute;
    top: -16px;
    width: 110px;
}

.room_practice {
  border: solid 0px #000000;
  margin: 5px 0px 5px 0px;
  display: flex;
  flex-wrap: nowrap;
  align-content: start;
  width: 92%;
  height: 85px;
  position: relative;
}
.room_practice span.remark {
    display: none;
}
.room_practice:hover span.remark {
    background: #EEFFEE;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 120%;
    font-size: 100%; 
    margin: 0px  30px;
    padding: 0.5em;
    position: absolute;
    top: -24px;
}



/*-- footer end --*/
