  /* Budgeting Calculator Specific Items */

@import "compass/css3";

.btn, .btn-toolbar {
    width:100%;
}

th {
    width:60%;
}

thead {
	font-size:1.3em;
}

td {
	width: 35%;
}

td.addrem {
    width:5%;
}

tr:nth-child(even) {
    /*background-color: #004077; 
    background-color:#eee;*/
}

.table-last {
	margin-bottom:50px;
}

input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.ttip {
	border-bottom:1px dotted #ccc;
}

textarea, input {
	margin-bottom:0px!important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align:middle!important;
}

.tooltip-arrow,
.red-tooltip + .tooltip > .tooltip-inner, h3 {
	background-color: #004077;
	color:#FFF!important;
}

.red-tooltip + .tooltip > .tooltip-inner h3 {
	margin-bottom:15px;
}

.red-tooltip + .tooltip > .tooltip-inner {
	padding:20px;
}