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;
}


body{
	font-family: "Open Sans";
	background:#eee;
}





.element{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}


.calculator{
	
	padding:20px;
}


table{
	width:100%;
	text-align: center;
	margin-bottom: 10px;

}
table td{
	border:1px solid #333;
	
}
table td:nth-child(1){
	text-align: left;
}
table th{
	font-weight: bold;
}
select{
	
	text-align-last: center;
	transition: all ease 0.3s;
}
select:hover{
	background: #f4f4f4;
}
input{
	
	text-align: center;
	
}

label{
	
}

table input{
	transition: all ease 0.3s;
	width:100%;
}

.dataTables_wrapper .dataTables_filter input{
	border:none;
	padding: 10px;
	font-size: 20px;
	transition: all ease 0.3s;
}

.dataTables_wrapper .dataTables_filter input:hover{

background: #f4f4f4;
}

a.paginate_button.current{
	background: #6aa800!important;
	border: none!important;
}
a.paginate_button{
	transition: all ease 0.3s;
	border: none!important;
}
a.paginate_button:hover{
	background: #6aa800!important;
	border: none!important;
}


table.dataTable tbody th, table.dataTable tbody td{
	padding: 0px;
}

table td:nth-child(1){
	padding-left: 10px!important;
}

#clearbtn{
	    width: 100px;
    height: 50px;
    align-self: flex-end;
    border: none;
	background:#6AA800;
	font-weight:bold;
	color:#fff;
	transition:all ease 0.3s;
}
#clearbtn:hover{
	background:#8AC830;
	
}