/**** Math Edit ****/
.blue {
	color: #5A90C7;
	border-top-color: #5A90C7;
}

.green {
	color: #50E3C2;
	border-top-color: #50E3C2;
}


.red {
	color: #EF777E;
	border-top-color: #EF777E;
}

.denom {
	text-align: center;
	border-top-style: solid;
	border-top-width: 2px;
	padding-top: 4px;
}
.equation {
	color: #5A90C7;
	font-weight: bold;
}


.probKalam {
	padding-left: 36px;
	padding-right: 140px;
	font-family: 'Kalam' !important;
	font-style: normal;
    font-weight: 400;
	font-size: 28px;
	line-height: 32px;
}

.big {
	padding-left:0;
	padding-right:0;
	text-align:center;
	font-size:40px;
	line-height:40px;
}
	
div .eq {
	display: inline-block;
	/*width: 400px;*/
	padding-left: 36px;
	margin-right: auto;
	font-family: 'Kalam' !important;
	font-style: normal;
    font-weight: 400;
	vertical-align: top;
	font-size: 28px;
}
div .txt {
	display: inline-block;
	width: 360px;
	margin-left: 74px;
	padding-bottom: 19px;
	vertical-align: middle;
}
table .fraction {
	text-align: center;
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
	line-height: 28px;
}


.algTable {
	font-family: 'Kalam' !important;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 28px;
	padding-left: 33px; /*set your indent for the table here*/
	padding-top: 5px;
	padding-bottom: 5px;
}
.algTable tr {
/* row specific attributes */
}
.algTable th {
	text-align:center;
	text-decoration: underline;
}
.algTable th, .algTable td {
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 11px;
	padding-right:11px;
}




.cancel {
	font-family: 'Kalam' !important;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 28px;
	padding-left: 33px; /*set your indent for the table here*/
	padding-top: 5px;
	padding-bottom: 5px;
}
.cancel tr {
/* row specific attributes */
}
.cancel th {
	text-decoration: underline;
}
.cancel th, .cancel td {
	text-align: right;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
}


.removepadding {
	padding: 0 0 0 0;
}

.lefText{
	text-align:left;}


.fract {
	font-family: 'Kalam' !important;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 28px;
	padding-left: 33px; /*set your indent for the table here*/
	padding-top: 5px;
	padding-bottom: 5px;
}
.fract tr {
/* row specific attributes */
}
.fract th {
	text-decoration: underline;
}
.fract th, .fract td {
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
}


.center {
	text-align: center;
	 }

.middle {
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
}

td .upper_line {
	border-top: solid 3px #707880;
}

.probCentered {
    padding-left: 36px;
    padding-right: 140px;
    font-family: 'Kalam' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
}