﻿/* Add here all your css styles (customizations) */



#dropshadow {text-shadow: 3px 3px 3px rgba(0, 0, 0, .6);}
.req {
    color:#e67e22;
    }
.productSubmitInput{

background:#e67e22;
color:#fff;
border:0px solid #000;
padding: 4px 4px;
    margin:8px 0px;
}

.productSubmitInput:hover, 
.productSubmitInput:focus, 
.productSubmitInput:active, 
.productSubmitInput.active, 
.open .dropdown-toggle.productSubmitInput {
	background: #d35400;
	color: #fff;
}

 
    /* unvisited link */
.white a:link {
    color: #fff;
    text-decoration: none;
}

/* visited link */
.white a:visited {
    color: #fff;
    text-decoration: none;
}

/* mouse over link */
.white a:hover {
    color: #fff;
    text-decoration: none;
}

/* selected link */
.white a:active {
    color: #fff;
    text-decoration: none;
}
input {
    margin:4px 0px;}


.acc-v1 .panel-heading a {
background:#f7be85;
    color: #fff;
        text-decoration: none;
        font-weight:800;


}

.panel {
background:#fffcf9;

}
.footer { 
 
   font-size: 0.9em;
   line-height: 1.2em;
}
.label{
		
		font-weight: normal;
	  }



.linebreak {
    border-bottom:1px solid #dedede;}

 

.square ul {
  list-style-type: none;
  padding-left: 20px;
}

.square li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px
}

.square li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: " fa-square-o ";
  color: orange;
}
li{ 
   color: #555;
}
body{font-family: 'Source Sans Pro', sans-serif;
font-size:1.8em}

p, 
 { 
 margin-bottom: 1em;

}
.plain blockquote{
    border-left=width:0px;
}
