
.pricing_sidebar_title th{
    text-align: right;
}

.pricing_sidebar_title th:first-child {
    text-align: left;
}

.colored_footer{
    text-align: right;
    font-size: 14px;
}
.green .colored_footer,
.green .arrow,
.green .change_value,
.green p span{
    color: #31A50A !important;
}
.green-grey .colored_footer,
.green-grey .arrow,
.green-grey .change_value,
.green-grey p span{
    color: #1c361c !important;
}
.red .colored_footer,
.red .arrow,
.red .change_value,
.red p span{
    color: #FF0000 !important;
}
.red-grey .colored_footer,
.red-grey .arrow,
.red-grey .change_value,
.red-grey p span{
    color: #5c1c1b !important;
}
.yellow .colored_footer,
.yellow .arrow,
.yellow .change_value,
.yellow p span{
    color: #B8A242 !important;
}

#bulk_bullion{
    /*background-color: rgba(232,232,231,1);
    padding: 80px 80px 60px;*/
}
#bulk_bullion .bulk_bullion_title{
    color: rgba(102,11,54,1);
    text-align: center;
    font-weight: 500;
    font-size: 32px;
}
#bulk_bullion .bulk_bullion_title span{
    font-weight: 700;
}
#bulk_bullion .bulk_bullion_text{
    font-weight: 300;
    font-size: 13px;
    text-align: justify;
}
#bulk_bullion .bulk_image{
    background-repeat: no-repeat;
    background-position: center center; 
    width: 95px;
    height: 81px;
}
#bulk_bullion .bulk_box {
    border: 2px solid transparent;
    margin: 20px 0;
    padding: 15px;
}
#bulk_bullion .bulk_box .desc {
    padding-left:15px;
}
#bulk_bullion .bulk_box h4 {
    color: rgba(102,11,54,1);
    padding:0;
    font-weight:600;
    margin: 1px 0 0;
    width: 100px;
}
#bulk_bullion .bulk_box .valign > div {
    vertical-align: middle;
}
#bulk_bullion .bulk_box p {
    margin:0px 0px;
    font-weight: 300;
    color: #000;
}
#bulk_bullion .bulk_box span {
    font-weight: 500;
}
#bulk_bullion .bulk_box img {
    width:100%;
    height:auto;
    margin:0;
}
#bulk_bullion .bulk_box .arrow {
    text-align: center;
}
#bulk_bullion .bulk_box .arrow i{
    font-weight: 700;
    font-size: 22px;
}
#bulk_bullion .bulk_box .about_skills h4 {
    font-size: 11px;
    line-height: 1 !important;
}   
#bulk_bullion .bulk_box .valign {
    display: table;
    width: 100%;
}
#bulk_bullion .bulk_box .valign > div {
    display: table-cell;
    vertical-align: middle;
}
#bulk_bullion .bulk_box .valign  > article {
    display: table-cell;
    vertical-align: middle;
}


/* ********************************************************************************************************************* */


#footer_widgets{
    padding: 50px 0px;
    background-color: rgba(231,231,232,1);
}
#footer_widgets .intraday_spot{
    width: 100%;
    border: none;
    height: 270px;
}   
#footer_widgets h3{
    color: rgba(102,11,54,1);
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px solid rgba(102,11,54,1);
}
#footer_widgets h3 span{
    font-weight: 300;
}
#footer_widgets #sidebarSpot tr{
    height: 40px;
}
#footer_widgets .pricing_sidebar_title th,
#footer_widgets #sidebarSpot tr th,
#footer_widgets #sidebarSpot tr td{
    border-bottom: 1.5px solid #999;
}
#footer_widgets .bulk_image{
	background-repeat: no-repeat;
	background-position: center center; 
	width: 95px;
	height: 81px;
}
#footer_widgets .bulk_box {
    border: 2px solid transparent;
    margin: 20px 0;
    padding: 15px;
}
#footer_widgets .bulk_box .desc {
    padding-left:15px;
}
#footer_widgets .bulk_box h4 {
	color: rgba(102,11,54,1);
    padding:0;
    font-weight:600;
    margin: 1px 0 0;
    width: 100px;
}
#footer_widgets .bulk_box .valign > div {
    vertical-align: middle;
}
#footer_widgets .bulk_box p {
    margin:0px 0px;
    font-weight: 300;
    color: #000;
}
#footer_widgets .bulk_box span {
    font-weight: 500;
}
#footer_widgets .bulk_box img {
    width:100%;
    height:auto;
    margin:0;
}
#footer_widgets .bulk_box .arrow {
    text-align: center;
}
#footer_widgets .bulk_box .arrow i{
    font-weight: 700;
    font-size: 22px;
}
#footer_widgets .bulk_box .about_skills h4 {
    font-size: 11px;
    line-height: 1 !important;
}	
#footer_widgets .bulk_box .valign {
    display: table;
    width: 100%;
}
#footer_widgets .bulk_box .valign > div {
    display: table-cell;
    vertical-align: middle;
}
#footer_widgets .bulk_box .valign  > article {
    display: table-cell;
    vertical-align: middle;
}

