﻿/*************************************************
* HTML/BODY
*************************************************/
html{
	font-family: Helvetica;
	min-height: 100%;
}

body{
	margin: 0px;
	color: #444;
	text-align: left;
	overflow-y: scroll;
}

header{
	background-color: #09306d;
	color: white;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

input[type="button"]{
	cursor: pointer;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type='number'] {
    -moz-appearance:textfield;
}

#main-container ul li{
	padding-bottom: 10px;
}

.div-draw-result input[type="submit"]{
  width: 40px;
height: 30px;
}
