a:link{color:#154991} /*custom*/
a:active{color:#154991}
a:visited{color:#154991}
a:hover{color:#154991}

#sales-table {
	width:100%;
	max-width:1080px;
	border-radius:15px;
	box-shadow: 8px 8px 8px #888888;
	background-color:#FFFFFF;
	border-width:2px;
	border-style: solid;
	border-color:#154991; /*custom*/
}

#manage-table-top{
	width:100%;
	max-width:1080px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	box-shadow: 8px 8px 8px #888888;
	background-color:#FFFFFF;
	border-width:2px;
	border-style: solid;
	border-color:#1A1A1A; /*custom*/
	border-bottom-width: 0px;
}
#manage-table-bottom {
	width:100%;
	max-width:1080px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	box-shadow: 8px 8px 8px #888888;
	background-color:#FFFFFF;
	border-width:2px;
	border-style: solid;
	border-color:#1A1A1A; /*custom*/
	border-top-width: 2px;
}

.scrollingtable {
   height:495px;
   overflow-y:scroll;
   display:block;
   border-width:1px;
   border-style: solid;
   border-color:#154991; /*custom*/
   margin-right: 10px;
   margin-left: 10px;
}

.error{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: red;
	margin-left: 0px;
	display:none;
	font-weight:bold;
}

.headerlink{
	text-decoration: none;
}

span[id^=connected]:before {
  content: 'Continue With Google';
  padding-right:20px;
}

/*responsive elements*/
  .headings {
	font-family: Arial, Verdana, sans-serif;
	font-size: 28px;
	padding-left: 0px; 
	font-weight:bold;
}

   .subheadings {
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	padding-left: 0px; 
	font-weight:bold;
}
   .description {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	padding-left: 0px; 
}

  .headings2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 28px;
	padding-left: 0px; 
	font-weight:bold;
}

.timelisting{
	width:90%;
	height:34px;
	font-size:24px;
	font-family: Arial, Verdana, sans-serif; 
	font-weight:bold;
	padding-left:15px;
	background-color:#B8B8B8;
}
	

.headerrow{
	border-collpase:collpase;
	border:0px solid #888;
	text-align:center;
	vertical-align:top;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:0px;
	font-family: Arial, Verdana, sans-serif; 
	font-weight:bold;
	font-size:24px;
}
.datarow{
	border-collpase:collpase;
	border:0px solid #888;
	text-align:center;
	vertical-align:top;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:0px;
	font-family: Arial, Verdana, sans-serif; 
	font-size:20px;
}

.spacingcell{
	padding-bottom:20px;
}

.calendartext{
	font-family: Arial, Verdana, sans-serif; 
	font-size:20px;
}

.submitNormal{
	font-size: 24px;
	background-color: #154991; /*custom*/
	color: #fff;
	border-radius: 10px;
	width: 200px;  
	height: 70px;
}

.submitInRow{
	font-size: 20px;
	background-color: #154991; /*custom*/
	color: #fff;
	width: 150px;  
	height: 40px;
	border-radius: 10px;
}
.addguestbox{
	font-size: 20px;
	width: 95%;
	height: 30px;
}

input[type="text"]{
    font-size:24px;
	size: 30px;
}

input[type="password"]{
    font-size:24px;
	size: 30px;
}

select{
    font-size:24px;
	margin:5px;
}

textarea {
	width: 460px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size:20px;
}

@media only screen and (max-width: 1280px) {

	.headings {
		font-size: 28px;
	}

	.headings2 {
		font-size: 28px;
	}

	.timelisting{
		height:34px;
		font-size:24px;
	}

	.tddisplay{
		font-size:24px;
	}

	.actday{
		font-size:24px;
	}

	.unavailable{
		font-size:24px;
	}

	.calendartext{
		font-size:20px;
	}

	input[type="submit"]{
		font-size: 24px;
		width: 200px;  
		height: 70px;
	}

	input[type="text"]{
		font-size:24px;
		size: 30px;
	}

	input[type="password"]{
		font-size:24px;
		size: 30px;
	}

	select{
		font-size:24px;
		margin:5px;
	}

	textarea {
		width: 460px;
		height: 120px;
		font-size:20px;
	}
}

@media only screen and (max-width: 850px) {

	.headings {
		font-size: 24px;
	}

	.headings2 {
		font-size: 24px;
	}

	.timelisting{
		height:30px;
		font-size:20px;
	}

	.tddisplay{
		font-size:20px;
	}

	.actday{
		font-size:20px;
	}

	.unavailable{
		font-size:20px;
	}

	.calendartext{
		font-size:18px;
	}

	input[type="submit"]{
		font-size: 24px;
		width: 200px;  
		height: 70px;
	}
	
	input[type="text"]{
		font-size:22px;
		size: 25px;
	}
		
	input[type="password"]{
		font-size:22px;
		size: 25px;
	}
	
	select{
		font-size:20px;
		margin:5px;
	}
	
	textarea {
		width: 400px;
		height: 100px;
		font-size:18px;
	}
}

@media only screen and (max-width: 800px) {

	.headings {
		font-size: 22px;
	}

	.headings2 {
		font-size: 22px;
	}

	.timelisting{
		height:26px;
		font-size:16px;
	}

	.tddisplay{
		font-size:16px;
	}

	.actday{
		font-size:16px;
	}

	.unavailable{
		font-size:16px;
	}

	.calendartext{
		font-size:16px;
	}

	input[type="submit"]{
		font-size: 24px;
		width: 200px;  
		height: 70px;
	}
		
	input[type="text"]{
		font-size:20px;
		size: 22px;
	}

	input[type="password"]{
		font-size:20px;
		size: 22px;
	}
	
	select{
		font-size:18px;
		margin:5px;
	}
	
	textarea {
		width: 360px;
		height: 90px;
		font-size:16px;
	}
}

@media only screen and (max-width: 750px) {

	.headings {
		font-size: 18px;
	}

	.headings2 {
		font-size: 18px;
	}
	
	.timelisting{
		height:24px;
		font-size:14px;
	}

	.tddisplay{
		font-size:14px;
	}
	
	.actday{
		font-size:14px;
	}
	
	.unavailable{
		font-size:14px;
	}
	
	.calendartext{
		font-size:14px;
	}

	input[type="submit"]{
		font-size: 22px;
		width: 180px;  
		height: 60px;
	}
			
	input[type="text"]{
		font-size:18px;
		size: 20px;
	}
	
	input[type="password"]{
		font-size:18px;
		size: 20px;
	}
	
	select{
		font-size:16px;
		margin:5px;
	}
		
	textarea {
		width: 320px;
		height: 80px;
		font-size:14px;
	}
}

@media only screen and (max-width: 600px) {

	.headings {
		font-size: 16px;
	}
	
	.headings2 {
		font-size: 16px;
	}
	
	.timelisting{
		height:24px;
		font-size:13px;
	}
	
	.tddisplay{
		font-size:12px;
	}

	.actday{
		font-size:12px;
	}

	.unavailable{
		font-size:12px;
	}

	.calendartext{
		font-size:12px;
	}

	input[type="submit"]{
		font-size: 18px;
		width: 140px;  
		height: 45px;
	}
				
	input[type="text"]{
		font-size:12px;
		size: 15px;
	}
		
	input[type="password"]{
		font-size:12px;
		size: 15px;
	}
	
	select{
		font-size:14px;
		margin:5px;
	}

	textarea {
		width: 250px;
		height: 60px;
		font-size:12px;
	}
}

@media only screen and (max-width: 510px) {

	.headings {
		font-size: 14px;
	}
}
