@charset "UTF-8";
/* CSS Document */

body {
	font-size:16px;
}

label {
	font-size:12px;
}

#result td{
	border:none;
	vertical-align:middle;
}
#conteiner {
    width: 850px;
    max-width: 100%;
    margin: 20px auto;
    box-sizing: border-box;
}
.well-white {
	background: #ffffff;
}

div#set-1 {
	width: 60px;
}

div#set-2 {
	width: 325px;
	margin-left:20px;
}

div#set-3 {
	width: 425px;
	margin-left:20px;

}

input.noinput {
	border:none;
	background-color:none;
	text-align:right;
	padding:0;
	margin:0;
	-webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
	
}

td.bordered {
	border-bottom:1px solid #d5d5d5 !important;
}

td.align-right {
	text-align:right;
}
input.bolded {
	font-weight:bold !important;
	font-size:105%;
}

input.bigsize {
	font-size:125%
}

div#chart_div {
	padding-top:20px;
}

.popover {
	font-size:12px;
	max-width: 376px;
}

#net_diff {
	display: none;
}

#annual_revenue_cb, #taxfree_cb {
	float: left;
	margin: 10px 10px 0 0;
}
@media screen and (max-width: 769px) {
	table{
		width: 100% !important;
	}
	td{
		width: auto !important;
	}
	.form-table{
		display: block;
		width: 100% !important;
		box-sizing: border-box;
	}
	.center-table{
		display: none;
	}
	.result-table{
		display: block;
		width: 100% !important;
		margin-top: 50px;
		background-color: #f5f5f5;
		padding: 10px;
		border-radius: 4px;
		box-sizing: border-box;
	}
	input[type="text"]{
		width: 100%;
		box-sizing: border-box;
		line-height: 30px;
		height: 30px;
	}
}