﻿@font-face {
    font-family: Aller;
    src: local("Aller Regular"), local("Aller_Rg"), url(Aller_Rg.ttf);
}


#wrapper {
    width: 1920px;
    height: 1080px;
}

body {
    margin: 0px;
    padding: 0px;
    width: 1920px;
    height: 1080px;
    color: #508090;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden; 
}

#header {
    width: 100%;
    height: 80px;
    background-image: url("logo.png");
    background-repeat: no-repeat;
    background-position: 30px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    _margin-left: -20px;
}


#clock {
    padding-top: 15px;
    margin-left: 50%;
    font-size: 2.0em !important;
    width: 900px;
    text-align: right;
    font-weight: bold;
}


.exchangecalendar {
    font-size: 2.2em;
    line-height: 1.5em;
    width: 884px;
    height: 410px;
    float: left;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 8px;
    margin-top: 30px;
    margin: 30px;
}


.appointmentDate {
    display: none;
}

.appointmentItem .freeroom .currentappointment {
    width:40%;
    margin-left:20px;
	_height: 150px !important;
	

}




.roomname {
    font-weight: bold;
    font-size: 1.4em;
    border-bottom-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 8px;
    height: 70px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.roomappointments {
    margin-top: 20px;
}

.appointmentTime {
    float: left;
    width: 35%;
    height: 69px;
}
.appointmentSubject {
    float: left;
    width: 64%;
    height:150px;
    overflow:hidden;
}

.appointmentItem {
    margin-left: 20px;
	height: 150px;
}

.appointmentDate {
    display: none;
}

.appointmentItem .freeroom .currentappointment {
    width: 40%;
    margin-left: 20px;
}


