#mainCntRight .pferd .imgBox{
    float:left;
    margin-right:15px;
}

#mainCntRight .pferd .newsFoot{
    margin-top:10px;
}

#mainCntRight .pferd .cntBox h2{
    background-color:#E7E6E5;
    font-family:"Arial";
    font-weight:bold;
    font-size:1em;
    letter-spacing: 1px;
    padding:4px 15px;
    margin-bottom:12px;

}
#mainCntRight .pferd .cntBox h2 .brand {
	float: right;
	margin-top: -18px;
	margin-right: -15px;
}

#mainCntRight .pferd .contents p {
    color: #967637 !important;
}

#mainCntRight .pferd .cntBox .title{
    font-weight:bold;
    display:block;
}

#mainCntRight .pferd .cntBox .title{
    font-weight:bold;
    display:block;
}

#pedigree{
    width:100%;
    border:1px solid #B39148;
    border-radius:0;
}
#pedigree td{
    vertical-align: middle;
}

#pedigree td.row{
    border-bottom:1px solid #B39148;
}

#mainCntRight .videoLink {
    background-color: #C6BF91;
    border: 0 none;
    color: #FFFFFF;
    margin-left: 10px;
    padding: 5px 15px 9px;
    text-align: center;
    float:right;
}
.title{
    font-weight: bold;
}
h3{
    font-size:1em;
}
#pedigree tbody tr:nth-child(2n){
    background-color:transparent;
}

/*responsives*/

@media only screen and (min-width:980px) {



}
@media only screen and (max-width:979px){
    #pedigree td{
        font-size:1em
    }
}
@media only screen and (max-width:480px){
    #pedigree td{
        font-size:1em
    }
}