/* Custom CSS - The CSS properties in this stylesheet will over-write any original template styles if the same class names are used in addition to custom styles which can also be added. */

/*****************Style OVER-RIDE*********************/
.gallery img{
	border:none;
	}
	
.global-header {
    background: #fff url("/images/upholstery_1.jpg") no-repeat 40% 40%;
	}
.list-overstated a {
    font-weight: normal;
}

blockquote {
    
    border-left: none;
}
h3, .h3 {
    font-size: 20px;
}


/*****************Style New*********************/
.indent-Left{
		margin-left:7px;
	}
	
h5{
	color: #666;
	font-weight:600;
	font-size: 16px;
	margin-bottom: 7px;
}	

blockquote{
	font-size: 15px;
}

.cleaner {
    clear: both;
    height: 2px;
    font-size: 1px;
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    float: none;
}
@media only screen and (max-width: 480px) {
	.dcaLogo{width:95%}
}
/*****************Responsive Table******************/


.rwd-table {
  margin: 1em 0;
  min-width: 95%;
 
}
.rwd-table tr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
   
}
.rwd-table th {
	background: #B9BEBF;
  display: none;
   border-right: 1px solid #fff;
  
}
.rwd-table td {
  display: block;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}
.rwd-table tr:nth-child(even) {background:#EAEAEA;}
.rwd-table tr:nth-child(odd) {background: #f2f2f2;}
.rwd-table {
  background: #fff;
  color: black;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media only screen and (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
	
  }
}
/*
.rwd-table th {
  color: #fff;
}
*/
@media only screen and (max-width: 480px) {
  .rwd-table th, .rwd-table td {
  border-left: none;
  border-right: none;
	
  }
  
  .rwd-table th, .rwd-table td:before {
	  	color:black;
	  }
	  .rwd-table td{
		  
	  color:#666;}
}

.white {
	color:#FFFFFF;
}

.underline {
	text-decoration: underline;
}

#recaptchaContainer .button:focus {
	border: thin #E6FC07;
}

