.moob{
    min-width: 1000px;
    margin: 0 auto;
}
.moob-table{
    display: table;
    table-layout: fixed;
    width: 100%;
}
.moob-tr{
    display: table-row;
    position: relative;
}
.moob-td{
    display: table-cell;
    padding: 5px 10px;
    position: relative;
}
.moob-td.header{
    font-weight: bold;
}
.moob-td .book-it{
    display: block;
    background: #44cc44;
    color: #ffffff;
    text-align: center;
    font-size: 1.05em;
    padding: 5px 10px;
    border-radius: 5px;
    outline: none;
    font-weight: bold;
    cursor: pointer;
}
.moob-td .book-it.mine{
    background: #ffff00;
    color: #2F3F0B;
}
.moob-td .reserved{
    display: block;
    background: #dddddd;
    color: #777777;
    text-align: center;
    font-size: 1.05em;
    padding: 5px 10px;
    border-radius: 5px;
    outline: none;
    font-weight: normal;
    cursor: text;

}
.moob-td a:hover{
    display: block;
    background: #449944;
    color: #ffffff;
    text-decoration: none;
    outline: none;
}
.moob-abs{
    position: absolute;
    left: 10px;
    top: 5px;
    padding-right: 20px;
    bottom: 5px;
}
.moob-bar{
    width: 100%;
    height: 100%;
    background: #eeeeee;
    text-align: center;
    color: #555555;
}
.moob-form{
    padding: 20px 0px;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    margin: 30px auto;
    width: 990px;
    max-width: 90%;
}
.moob-form .moob-container{
    width: 60%;
    margin: 0 auto;
}
.moob-active{
    font-weight: bold;
    color: #000000;
}
.moob-form h3{
    text-align: center;
    line-height: 1.4;
    color: #777;
}
.moob-form h3 span{
    display: block;
    font-weight: normal;
    font-size: 0.8em;
    color: #555;
}
.moob-form p label{
    display: block;
    font-weight: normal;
}
.moob-form p input[type="text"], .moob-form p input[type="email"], .moob-form textarea {
    width: 100%;
    display: block;
    background: #ffffff;
    border: #aaaaaa 1px solid;
    color: #444;
    padding: 5px 10px;
    border-radius: 4px;
}
#moob-submit{
    display: inline-block;
    padding: 5px 20px;
    background: #44cc44;
    border: #449944 1px solid;
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
}

#moob-submit:hover{
    background: #449944;
}
.text-right{
    text-align: right;
}
.padding-top-20{
    padding-top: 20px;
}
.weekdays label{
    display: block;
    margin-bottom: 4px;
}
.moob-close{
    float: right;
    font-size: 24px;
    color: #aaaaaa;
    margin-top: -60px;
    cursor: pointer;
}
.moob-close:hover{
    text-decoration: none;
    outline: none;
    color: #555555;
}
.moob-warning{
    color: #cc0000;
    font-size: 1em;
}
#moob-output > div {
    padding: 10px;
    margin: 20px 10px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.moob-success{
    background: #44cc44;
}
.moob-failure{
    background: #cc0000;
}