#calculator .col-xs-3,
#calculator .form-group,
#calculator .col-xs-3 button,
#calculator .form-group label
{ display: inline-block; }

#calculator .col-xs-3 { margin-right: 15px; }

#calculator .col-xs-3 button { margin-bottom: 10px; }

.table-bordered th { background-color: #f8f8f8; vertical-align:middle; }
.table-bordered td { background-color: #fff !important; vertical-align:middle; }
.table-centered td {  text-align: center; }
.table-centered th {  text-align: center; }
.section_header hr { width: 30%; }
.section_header span { width: 40%; }

#intro h1 {font-size: 22px;}

.has-input input {
	box-shadow: none !important;
	margin: 0;
	padding: 0;
	width: 75px;
}

.has-input .currency {
	display: inline-block;
    padding: 1px 0 0;
    vertical-align: top;
}

.has-input .country {
	display:block;
}

.tables-container .box-title {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}
.tables-container .box-title:before {
    table-layout: fixed;
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

.equal .col-xs-4 {
        display:block;
}
