html {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.adsbygoogle{
	margin-bottom:10px;
}

p{
	line-height:1.8em;
}

.breadcrumb{
	font-size:14px;
	margin-bottom:5px!important;
}

.container{
	max-width:1100px;
}

header{
	margin:20px 0px;
}

.navbar-default{
	background-color: #2680d9;
    padding-top: 0;
    padding-bottom: 0;
	border-radius:0;
	margin-bottom:10px;
}

.navbar-brand{
	color:#fff!important;
	font-size:24px;
}

.navbar-nav a {
    color: rgba(255,255,255,.5)!important;
}

.jumbotron{
	padding:20px;
	color:#333!important;
	margin-bottom:10px!important;
}

.navbar-toggle{
	border:none;
}

.icon-bar{
	background:#fff!important;
}

.x-small{
	font-size:100%;
}

/*headings*/
.jumbotron h1{
	font-size:25px;
}
.jumbotron p{
	font-size:100%;
}

h1,h2,h3{font-weight:bold;line-height:1.75;}

h1{
	font-size:25px;
}

h2{
	font-size:22px;
}

h3{
	font-size:20px;
}

h2.answer:before{
	content:"Answer:";
	padding-right:5px;
}

h2.answer{
	font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #000;
    margin-bottom: 20px;
}

.moveRight .panel-info{
	max-width:350px;
}

.moveRight{
	float:right;
	padding-top:20px;
}

ul.answers li{
	margin-bottom:5px;
}
ul.answers strong{
	color:#333;
}
ul.answers a{
	color:#333!important;
	text-decoration:none!important;
}

@media (max-width: 767px){ 
	.moveRight .panel-info{
		max-width:100%;
	}
	.moveRight{
		float:none;
		padding-top:0px;
	}
}

/*main page*/

.block{
	margin-bottom: 20px;
    background: #f1f1f1;
    border-radius: 10px;
    padding: 20px 20px 25px;
}

.block-title{
	font-size: 125%;
    padding: 0 0 5px;
}

.block-link{
	display: list-item;
    margin-left: 18px;
    padding: 15px 0 0 0;
}

.block-link a{
	font-size:95%;
}

.block-text{
	font-size: 90%;
    margin: 2px 10px;
    padding: 2px 5px;
}
/* */
.calc-header{
	border-bottom: 1px solid rgb(162, 169, 177);
	padding-bottom:10px;
	font-weight:bold;
}
.jumbotron-heading{
	font-size:24px!important;
	font-weight:bold;
	margin-top:10px;
}

.text-muted{
	color:#333!important;
}
.font-weight-bold{
	font-weight:bold;
}

.list-link-item {
    position: relative;
    display: block;
    padding-left:0px;
	padding-bottom:10px;
	padding-top:5px;
    margin-bottom: -1px;
    background-color: #fff;
	font-weight:bold;
	color: #007bff;
}

/*age css*/
.age-result{
	color:blue;
	font-size:22px;
	font-weight:bold;
}

.years{
	margin:10px 0;
	padding-left:0px;
}
.years li{
	list-style-type: none;
}
.years li a{
	margin-right: 15px!important;
	text-decoration:underline;
	color:blue;
}

.age{
	list-style-type:none;
	padding-left:0;
}
.age li{
	padding:5px 8px;
	border-radius:10px;
	font-size:15px;
}
.age a{
	font-weight:bold;
	text-decoration:underline;
}
.age li:nth-child(odd){
	background:#f2f2f2;
}

.panel-title{font-size:15px;font-weight:bold;}

.panel-info label{
	font-size:15px!important;
	font-weight:normal!important;
}
.current_age{
	font-weight: 700;
    color: #3675dd;
	font-size:1.1em;
}

/*place value charts*/

.verticaltext {
  writing-mode: vertical-rl; 
  transform: rotate(-180deg);
  padding-bottom:30px;
}
.placevaluechart{
	font-size:90%;
}
.placevaluechart th{
	padding:10px;
	background:#f2f2f2;
	background:#d1e9ea;
	color:#333;
}
.placevaluechart td{
	width:50px!important;
	padding:10px;
	vertical-align: text-bottom!important;
}
/*factor tree*/

.factortable{
	text-align:center;
}
.factortable tr{
	padding:5px;
}
.factortable td{
	padding:5px;
}
/*margins*/
.mr-t5{
	margin-top:5px;
}
.mr-b5{
	margin-bottom:5px;
}

/*unit conversion tool*/

.table-units a{
	color: #d50;
}

.table-units td{
	color: #d50;
	text-align:center;
	font-weight:500;
}

.complete-list li{
	margin-bottom:10px;
}
.complete-list a{
	text-decoration:underline;
}


/*conversion calculators*/

.right{
	text-align:right;
}
.equalSymbol:before{
	content:" \003D ";
	margin-right:10px;
}
.lm:before{
	content:" \21D2 ";
	margin-right:10px;
}
.convertLabel{
	font-weight:normal;
}

.conversion-table{
	max-width:600px;
}

.conversion-table td{
	border-top:none!important;
}

.conversion-table tr:first-child{
	font-weight:bold;
	font-size:105%;
}

@media (max-width: 728px) {
	.convertLabel{
		text-align:right;
		margin-top:10px;
		margin-bottom:10px;
	}
}
/*currency spelling*/
.currency-spelling,.more_examples{
    list-style: circle inside;
	padding-left: 0;
    margin-top: 0;
}

/*time and date*/

#current-time{font-weight:bold;}
#time,#newDate,#answer{font-size: 30px;display:block;font-weight:400;color:blue;}

/**/
.unitsconversions{
	padding: 0;
    list-style: none;
}
.unitsconversions li{
	margin-top:10px;
}


/*forms*/

.bgForm{
	background:#f2f7f7;
	padding:10px 15px;
	border-radius:10px;
	margin-bottom:10px;
}

.bar{
	height:1px;
	width:100%;
	background: #666;
	margin-top:12px;
	margin-bottom:12px;
}

.br{
	height:12px;
	width:100%;
}

.input-group-addon {
    min-width: 6.2em;
    text-align: right;
}

.result:before{
	display: block;
    content: "Result:";
    color: #C32847;
    margin-bottom: 10px;
}

.result-header{
	font-weight: normal;
    font-size: 1.15em;
    line-height: 1.35em;
    margin-bottom: 10px;
    padding: 0;
}

.result-body{
	font-size: 1.47em;
    line-height: 1.25em;
	padding:0;
	margin:0;
}

.result-body:before{
	content:" = ";
}

.control-label {
    padding-top: 10px;
    margin-bottom: 0;
    text-align: right;
	font-size:100%;
	font-weight:normal;
}

.no_bottom_mr{
	margin-bottom:5px;
}

.examples{
    list-style-position: outside;
}

.examples li {
    margin-top: 2px;
	margin-left: -15px;
}
.examples a{
    line-height: 2;
	text-decoration: none;
    color: #083d8d;
}

/*percentage calc*/

.percentagecalc form {
    background-color: #f4f4f4;
    border-radius: 10px;
    line-height: 1.45;
    margin: 10px 0px 10px 0px;
    padding: 10px 20px;
    width: auto;
	overflow:auto;
}
.percentagecalc input {
    border: 1px solid #bbb;
    border-radius: 3px;
    padding: 5px;
}
.percentagecalc input[type=text] {
    margin: 5px 3px;
}
.percentagecalc select{
	border: 1px solid #bbb;
    border-radius: 3px;
    padding: 5px;
    margin: 5px 3px;
}
.percentagecalc input[type=submit] {
    background: #248;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 9px;
    text-transform: uppercase;
	line-height:1;
	margin: 5px 3px;
}
.percentagecalc form div {
    margin: 10px 0;
    width: 100%;
}

.space{
		padding-top:22px;
}

@media (min-width: 680px) {
	
	.percentagecalc .values {
		float: left;
		width:60%;
	}
	
	.percentagecalc .results {
		float: left;
		width:40%;
	}
	
}
@media (max-width: 680px) {
		
	.percentagecalc .min_size_no {
		display: none!important;
	}
	
}


/*Line height*/

.ln2{
	line-height:2;
}
p.calc{
	margin-top:12px;
	padding-left:15px;
	margin-bottom:15px;
	font-size:0.9em;
}
p.calc a{
	font-size:1.1em;
	text-decoration:underline;
	display:block;
	margin-bottom:5px;
	margin-left:-15px;
}

/*step by step*/
.stepbystep{
	counter-reset: step;
}
.step{  
	position: relative;  
	counter-increment: cc;
}
.step:before {  
	content: "Step "counter(cc)": ";
	font-weight:bold;
}
.basicmath{
	padding-left:15px;
}
.basicmathstep{  
	position: relative;  
	counter-increment: cc;
	margin-left:-15px;
}
.basicmathstep:before {  
	content: counter(cc)". ";
}
.highlight{
	font-weight: bold;
    color: #e30715;
}
/*Fractions*/
.numerator{
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border-bottom:1px solid #555;
}

.denominator{
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
}

.frac{
	display: inline-block;
    vertical-align: middle;
    margin: 0 0.2em 0.4ex;
    text-align: center;
}

.frac span{
	display: block;
    padding-top: 0.15em;
}

span.div{
	display:none!important;
}

.dntor{
	border-top: thin solid black;
}

.nmtor{
	padding-bottom:3px;
}

.sptor{
	display: none!important;
}

.topbar{
	padding-top:0px;
	border-top:thin solid black;
}

.xclass{
	font-family: KaTeX_Math;
    font-style: italic;
	font-size:120%;
}

.decfrac-table{
	font-size:100%!important;
	border:none!important;
}

.decfrac-table tr{
	border:none!important;
}

.decfrac-table td{
	border-top:none!important;
	padding:5px;
}

.decfrac-table tr td:first-child{
	text-align:right!important;
	line-height:1;
}

.bar-line{
	border-bottom:2px solid #333;
	width:100%;
	display:block;
	margin-top:3px;
	margin-bottom:2px;
}
/*pin code*/
.math-e{
	margin-top:5px;
	display:block;
	font-size:22px;
	color:blue;
}
.pincode{
    color:#2680d9;
    font-size:34px;
    display:block;
    margin-top:10px;
}

.pin-code-style li{
    margin-bottom:10px;
}

.pin-code-style a{
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

/*base conversion*/

.base-conversion span+span:before{
	content : " + ";
}
.mul+.mul:before{
	content:" x "; 
}
.multiply-list>li+li:before{
content: "X ";
}
.sum span+span:before{
	content : " + ";
}



/*Unit Converter*/

.unit-conversion a{
	text-decoration:underline;
}
.unit-conversion{
	list-style:inside;
	padding-left:0px;
}
.unit-conversion li{
	margin-bottom:10px;
}

/*Percentage CSS*/
.percentage-list li>a{
	font-size:15px;
	line-height:2;
}
.percentage-form{
	border-color: #ddd!important;
	padding:20px 20px 5px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
@media (min-width: 728px){
	.float-right{
		float:right;
	}
}
@media (max-width: 728px) {
	.percentage-form .col-sm-3,.mr-10{
		margin-bottom:10px;
	}
}
/**/
.list-group-nav .list-group-item{
	border-left:none;
	border-right:none;
	border-bottom:none;
	background:#fcfcfc;
	font-size:1.05em;
	padding-top:10px;
	padding-bottom:10px;
}

.list-group-nav .list-group-item:before {
    content: "\203A";
    color: #428bca;
	padding-right:10px;
	font-size:1.4em;
	font-weight:bold;
}

.list-group-nav .list-group-item:nth-child(odd){
    background-color: #fafafa;
}

.list-group-nav .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-nav .list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

footer{
	margin-top:20px;
}

footer .copyright{
	background: #323232;
    border-top: 1px solid #262626;
	color:#fff;
	font-size:90%;
	padding:10px 0;
}

footer .copyright a{
	color:#fff;
}

@media (max-width: 728px) {
	.no_float{
		float:none!important;
		margin-bottom:10px;
	}
}