/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*end of CSS reset */

.playBack{
    display: flex;
	box-sizing: border-box;
	width: 75%;
    flex-direction: row;
    flex-wrap: nowrap;
	justify-content: space-around;
	margin-top: 15px;
}

#playBackHead{
	margin-top: 25px;
}
.playBack p{
	box-sizing: border-box;
    width: 25%;
	text-align: center;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(226, 226, 226);
}

.results{
	display: flex;
	box-sizing: border-box;
	width: 100%;
    flex-direction: column;
	align-items: center;
	margin-top: 15px;
	text-align: center;
}

.results p{
	width: 50%;
	box-sizing: border-box;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(226, 226, 226);
	line-height: 35px;
}

.qMakeQs{
	display: flex;
	box-sizing: border-box;
	width: 100%;
    flex-direction: column;
	align-items: center;
	margin-top: 15px;
	text-align: center;
}



.qMakeQs select{
	width: 25%;
	box-sizing: border-box;
	margin-top: 10px;
	color: rgb(46, 46, 46);
}

.nameIn{
	display: flex;
	box-sizing: border-box;
	width: 25%;
    flex-direction: column;
    flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
}

.nameIn input{
	width: 75%;
	height: 20px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(46, 46, 46);
	padding-left: 15px;
	border-radius: 25px;
}

.qNumIn{
	display: flex;
	box-sizing: border-box;
	width: 25%;
    flex-direction: column;
    flex-wrap: nowrap;
	justify-content: space-around;
	margin-top: 15px;
	align-items: center;
}

.qNumIn input{
	width: 75%;
	height: 20px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(46, 46, 46);
	padding-left: 15px;
	border-radius: 25px;
}

.selector{
	display: flex;
	box-sizing: border-box;
	width: 25%;
    flex-direction: column;
    flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	margin-top: 15px;
	text-align: center;
}

.selector select{
	text-align: center;
	width: 75%;
	height: 20px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(46, 46, 46);
	padding-left: 15px;
	border-radius: 25px;
}

h2{
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(226, 226, 226);
}

h1{
	font-size: 35px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 20px;
	font-weight: bolder;
	color: rgb(226, 226, 226);
}

.buttons{
	display: flex;
	box-sizing: border-box;
	width: 100%;
    flex-direction: column;
	align-items: center;
	margin-top: 15px;
	text-align: center;
}

#start{
	width: 75%;
	margin-bottom: 15px;
	font-size: 15px;
	color: rgb(226, 226, 226);
	background-color: rgb(95, 95, 95);
	border-radius: 25px;
}

#reset{
	width: 75%;
	font-size: 15px;
	color: rgb(226, 226, 226);
	background-color: rgb(148, 148, 148);
	border-radius: 25px;
}

#mathType option{
	font-size: 15px;
	color: rgb(46, 46, 46);
}

body{
	background-color: rgb(46, 46, 46);
}

.buttonsTwo{
	display: flex;
	box-sizing: border-box;
	width: 25%;
    flex-direction: column;
	align-items: center;
	margin-top: 15px;
	text-align: center;
}

#hideAns{
	display: none;
	width: 75%;
	margin-bottom: 15px;
	font-size: 15px;
	color: rgb(226, 226, 226);
	background-color: rgb(95, 95, 95);
	border-radius: 25px;
	margin-top: 15px;
}

#repeat{
	display: none;
	width: 75%;
	font-size: 15px;
	color: rgb(226, 226, 226);
	background-color: rgb(148, 148, 148);
	border-radius: 25px;
}