/* CSS */

p{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:24px;
	border:none;
	margin-left:10px;
	margin-bottom:1px;
	margin-top:1px;
}

td,tr,input{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:25px;
}

input{
	width:115px;
	height:50px;
	margin:0px;
	padding:0px;
}

input:focus{
	outline:none;
	background-color:lightblue;
}

.radioBtn{
	width:20px;
	height:20px;
}

td, .top {
	text-align: center;
	table-layout: fixed;
	height:50px;
	width:80px;
	border: 1px solid black;
	padding:0px;
}

.top {
	background-color:red;
}
.fpr_bottomRow, .bitRow{
	background-color:white;
}

.binaryStep1,.binaryStep2,.binaryStep3 {
	background-color:white;
}

#bitRangeTable td{
	border:none;
}

.interactiveBinary .tabcontent button{
	height:100%;
	width:100%;
	vertical-align:top;
}

/* Floating Point Representation Styling */
#fprQuestions{
	margin:auto;
	height:300px;
	background-color:lightgrey;
	border: 0.1em solid black;
	border-radius: 5px;
}
.fprbutton{
	background-color: black;
	display: inline-block;
	padding: 0.6em 1.7em;
	border: 0.1em solid #ffffff;
	margin: 0 0.3em 0.3em 0;
	border-radius: 0.12em;
	box-sizing: border-box;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	transition: all 0.2s;
}
.fprbutton:hover {
	color: #000000;
	background-color: #ffffff;
	border: 0.1em solid #000000;
}
#fprQuestions{
	width:700px;
	display:flex;
	flex-direction: column;
	justify-content:space-evenly;
	margin-bottom:20px;
}
.mainFlex{
	display:flex;
	justify-content:center;
}
#fprQuestionsTable td{
	border:none;
	background-color:lightgrey;
	border
}
#fprQuestions input{
	width:auto;
}
#fp{
	text-align: center;
	margin-left: 0px;
}

#fprQuestions input{
	border: 1px solid black; 
	margin-right: 0px;
}

#fprQuestions #mantissaCount{
	border: 1px solid black;
	border-left: none;
	border-right: none;
	padding: 0;
	background-color: white;
	display: inline;
	margin: 0px;
	line-height:50px;
}