<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn {
    border-radius: 1px !important;
}
.float-right{
	float: right;
}

.content {
	padding: 40px 0px 0px 0px !important;
}
#search{
	background-color: #c3c3c3;
	padding: 30px;
}

.form-control{
	text-align: left;
    border: 1px solid #bdbdbd;
}

#search span{
	font-size: 10px;
}

.hr{
	border-right: 1px solid #fff;
}

#list{
	//background-color: pink;
	padding: 10px;
}
#list section{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
#list section:last-child{
	border:0;
}
#list section:nth-child(2n+1){
	background-color: #f1f1f1;
}
.cal h1{
	font-size: 18px;
	letter-spacing: 2px;
	margin: 0px;
	text-align: center;
}
.cal h2{
	font-size: 14px;
	letter-spacing: 2px;
	border: 1px solid #000;
	text-align: center;
}
.cal a{
    white-space: nowrap;
	color:#333;
}
.cal a:hover{
	color:#ff5a00;
}

.cal a.confirmed {
    white-space: nowrap;
	color:#333;
}
.cal a.confirmed:hover{
	color:#ff5a00;
}

.cal a.unconfirmed {
    white-space: nowrap;
	
}
.cal a.unconfirmed::after {
    content:"*";
	
}
.cal a.unconfirmed:hover{
    font-weight:600
}

.star i{
	color:#ff5a00;
	font-size: 20px;
}
.sec2, .sec3{
	padding-top: 20px;
}
.address hr{
	margin: 4px !important;
}
.address a{
	color:#ff5a00;
}
.address a:hover{
	color:#b95a13;
}
.cal span{
	display: block;
	clear: both;
	text-align: center;
	padding-top: 4px;
}
.cal h2 a{
	color: #000;
}
.list-action{
	padding-left: 10px;
	padding-right: 10px;
}
.list-action a{
	color:#ff5a00;
}
.list-action a:hover{
	color:#b95a13;
}

#footer{
	margin: 10px;
	padding: 0;
	padding-top: 10px;
}

label{
	padding-top: 8px;
	padding-bottom: 2px;
}

button{
	/*margin-left: 5%;
	margin-right: 5%;*/
	width: 90%;
}

a.review {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}

.detail-extra{
	margin-top: 30px;
	margin-bottom: 10px;
}
.detail-extra a{
	display: block;
	text-align: right;
	color:#ff5a00;
}
.detail-extra a:hover{
	color:#b95a13;
}
.detail-extra span{
	font-size: 12px !important;
	line-height: 0.3 !important;
}
@media (max-width: 990px){
	.hr{
		border-right: none;
	}
}

#sliding-menu{
	display:none;
}



/* Start: Bootbusiness specific CSS */

.active-link {
  background-color: #2E3436;
}
.page-header {
  margin: 20 20 100px;
  border-bottom: 1px solid #ddd;
}


.signin-with-list &gt; ol {
  margin-top: 10px;
  margin-left: 10px;
}
.signin-with-list &gt; ol &gt; a {
  color: white;
  padding: 8px;
  display: inline-block;
  cursor: pointer;
}
.btn-facebook {
  background: #3679EA;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
         border-radius: 3px;
}
.btn-twitter {
  background: #53cbe9;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
         border-radius: 3px;
}
.btn-google {
  background: #7288de;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
         border-radius: 3px;
}
.btn-github {
  background: #2E3436;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
         border-radius: 3px;
}
.btn-facebook:hover, .btn-twitter:hover,
.btn-google:hover, .btn-github:hover {
  text-decoration: none;
  color: white;
}
.form-signin-signup input[type="text"],
.form-signin-signup input[type="password"] {
  
}
.form-signin-signup input {
  margin-bottom: 15px;
}


.contact-mail,
.contact-mail:hover {
  color: black;
  text-decoration: none;
}
.form-contact-us input[type="text"],
.form-contact-us textarea {
  margin-bottom: 20px;
  width: 70%;
}
.form-contact-us input[type="text"] {
  height: 25px;
}
.form-contact-us textarea {
  height: 100px;
}

.footer-divider {
  border-top: 0;  
  border-bottom: 1px solid #333;
}
.pull-left {

	margin-left: 0px;
	margin-top: 0px;
}
/* End: Bootbusiness specific CSS */

}
.forgot-pass{
	margin-left: 29%;
	color: blue;


}





			/*
									custom style for extruder
									*/

		.extruder.left.a .flap{
			font-size:18px;
			color:white;
			top:0;
			padding:10px 0 10px 10px;
			background:#772B14;
			width:30px;
			position:absolute;
			right:0;
			-moz-border-radius:0 10px 10px 0;
			-webkit-border-top-right-radius:10px;
			-webkit-border-bottom-right-radius:10px;
			-moz-box-shadow:#666 2px 0px 3px;
			-webkit-box-shadow:#666 2px 0px 3px;
		}

		.extruder.left.a .content{
			border-right:3px solid #772B14;
			background:rgba(255,255,255,.95);
		}
		.extruder.top .optionsPanel .panelVoice a{
			border-bottom:1px solid #000;
		}

		.extruder.left.a .flap .flapLabel{
			background:#772B14;
		}
</pre></body></html>