
.custSection 
{
  display: block;

  font-size: 15px;
  margin: 0px 0 10px 0;
  border-bottom: #d4d0cf 1px solid;
  padding-bottom: 5px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.custSection h3
{
  font-size: 25px;
  padding-top: 15px;
}

.custSection figure
{
   margin: 5px 15px 5px 5px;
}

.custSection p
{
   margin: 5px 5px 5px 5px;
   padding-bottom: 15px;
}
#keywords
{
   margin: 5px 5px 5px 5px;
   padding-bottom: 10px;
}

#price
{
   margin: 5px 5px 5px 5px;
   padding-bottom: 10px;
}

header .navbar_ .brand a > span > span
{
    color: rgb(40, 116, 43);
}

h2, h3, strong
{
    color: rgb(43, 111, 16);
}
#frontWelcome
{
    font-size: 34px;
    color: rgb(43, 111, 16);
}
a
{
    color: rgb(28, 80, 4);
}

a:hover
{
    color: rgb(81, 162, 44);
}

.nav-collapse_
{
    margin: 20px 0 0 0;
}


.fb-like-box, .fb-container, .fb-comments, .fb-comments iframe[style] 
{
    border: #d4d0cf 0px solid;
    width: 100% !important;
}

.fb-container 
{
  border: #d4d0cf 2px solid;
}


.social-icons
{
    border: #d4d0cf 0px solid; 
    
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    
    position:relative;
    right:20px;

    top:40px;
	
}

.social-icons img
{
    width: 30px !important;
    height: 30px !important;
    
    background-color: rgb(43, 111, 16);
    
    -moz-border-radius: 15px;
    border-radius: 15px;
}

body, .list li a 
{
    color: rgb(154, 172, 124);
}