/* Button with new class*/
button.new-button{
color: #ffffff;
background-color: #B98747;
cursor: pointer;
padding: 15px 40px;
overflow: visible;
display: inline-block !important;
text-decoration: none;
margin: 0;
border: none;
border-radius: 0px;
text-transform: uppercase;
letter-spacing: .12em;
height: auto;
}
button.new-button a {
color: #ffffff !important;
}
/* H1 Titles */
.title_widget h1 {
font-size: 90px;
color: #1C1C1C;
}
/*Contact Box*/
.contact-box {
background-color: #0f75bd;
color: #ffffff;
padding: 10px 30px 15px 30px;
}
.contact-box h3 {
color: #ffffff;
}
.contact-box a {
color: #ffffff;
}
.vi-img-buttons {
padding: 30px;
}
.vi-img-buttons-list {
padding: 0px 30px 0px 30px;
}
/*Content Tables*/
table.tableData th {
text-transform: none;
padding: 6px 9px;
text-align: left;
background: #337ab7 !important;
color: #ffffff;
font-weight: 700;
font-size: 110%;
/*Small news box*/
.box_title {
background: #0f75bd !important;
}
.tabbed_widget .ui-tabs-tab.ui-tabs-active.ui-state-active {
background-color: #eef1f2;
}
/*Links*/
a, a:visited {
color: #337ab7 !important;
}
listtable.thead {
background: #eef1f2 !important;
}
.vi-img-buttons {
padding: 0px;
}