.t2{
    font-family: Verdana, Geneva, sans-serif;
    font-size:18px;
    margin-bottom: 35px;

}



.cardsimg{
    margin-top:30px;
    width: 200px;
    border:1px brown solid;
    margin-bottom:15px;
    border-radius: 5px;
    margin-right:3px;
}
a{
    text-decoration: none;
}
.t1{
    border: 1px brown solid;
    padding:3px;
    font-size:12px;
    width: 200px;
    background-image: url('/imgs/cute.jpg');
    background-size:100%;
    border-radius: 5px;
    color:black;
}


.t3{
    display: table-row;
    float:right;

}

.texty{
    border:1px gray solid;
    border-radius:3px;
    width:350px;
    font-size:13px;
    padding: 4px;
    display: inline;
    box-shadow:inset 0 0 3px silver;
    margin-right: 20px;
}

.textay{
    border:1px gray solid;
    border-radius:3px;
    width:350px;
    height: 120px;
    display: inline;
    box-shadow:inset 0 0 3px silver;
}

.room{
	background-color:white;
	width:100px;
	height:60px;
	display:block;
	float:left;
	border:1px gray solid;
	text-align:center;
	padding-top:35px;
	margin-right:2px;
        border-radius:7px;
        margin-bottom:3px;
        background-repeat: no-repeat;
        background-position: bottom right;
        background-origin: content-box;
        cursor: pointer;
}

.roombad{
	background-color:red;
	width:100px;
	height:60px;
	display:block;
	float:left;
	border:1px gray solid;
	text-align:center;
	padding-top:35px;
	margin-right:2px;
        border-radius:7px;
        margin-bottom:3px;
        background-repeat: no-repeat;
        background-position: bottom right;
        background-origin: content-box;
        cursor: pointer;
}

.kitchen{
    margin-bottom: 3px;
	background-color:white;
	width:40px;
	height:60px;
	display:block;
	float:left;
	border:1px gray solid;
	font-size:10px;
	text-align:center;
	padding-top:18px;
        border-radius: 7px;
}

.hspacer{
	width:10px;
	height:10px;
	display:block;
	float:left;
}

#roomavail{
	display: none;
        font-family: Georgia;
	margin:10px;
	padding:4px;
        font-size:14px;
}
#roomavail img{
    vertical-align: sub;
    border-radius:10px;
    height: 20px;
    margin-right: 3px;
}

.lablebig{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:15px;
    margin-top:15px;
    margin-bottom:1px;
}

.lablesmall{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size:12px;
    margin-top:1px;
    
}
#epdiv{
    display: none;
    
}

#roomshiddeninput{
    display: none;
}

.changerooms{
    font-family: Verdana, Geneva, sans-serif;
    font-size:13px;
  cursor: pointer;
  color: #5CD3E8;
  background-image: url('/imgs/edit.png');
  background-repeat: no-repeat;
  padding-left:18px;
  
}

.changerooms:hover{
    text-decoration: underline;
    
}

.disab{
    border:0;
    cursor: default;
    box-shadow: 0;
    border-radius:0;
    background-color:transparent;
    color:white;
}

#details{
    background-image: url('/imgs/slatewithshadow.png');
    background-size: 100% 100%;
    min-height: 200px;
    min-width: 250px;
    margin:20px 10px;
    background-repeat: no-repeat;
    padding:35px;
    display: none;
    color:white;
    font-size:13px;
}

#details .topicdetails{
    font-family: "Comic Sans MS", cursive, sans-serif;
    text-shadow: 0 0 3px gray;
    color:white;
    font-size: 25px;
    margin-bottom:15px;
}
.welcomediv{
    margin:18px;
    margin-bottom:23px;
    color: #163A45;
    text-shadow: 0 0 2px silver;
    font-size: 28px;
    margin-left:10px;
}

.text1{
    margin:10px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.text1 table{
    font-family:"Arial Black", Gadget, sans-serif;
}
.redwarning{
    color:red;
    font-size:20px;
    margin-bottom:10px;
}

.greensuccess{
    color:green;
    font-size:20px;
    margin-bottom:10px;
}

.applycoupon{
    color:#235969;
    font-size:12px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    cursor: pointer;
    display: inline;
}
.applycoupon:hover{
     text-decoration: underline;
}
.applycoupon img{
    margin-right:2px;
    width:18px;
    
}

.room font{
    color:#115E3F;
    
}


.ahrefbtn{
	display:inline-block;
	padding:6px;
	border: 1px solid gold;
	background-color: #4CAD4C;
	color:white;
	margin: 10px;
	
}

.ahrefbtn:hover{
	background-color:#42ED42;
}