#container {
	min-width: 300px;
	max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#container > div {
	border: 1px solid black;
	background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top:50px;
    height: 170px;

}

#container > div > span {
	display:block;
}
/**/


#logo {
	border-left: solid black 1px;
    padding:0px 0px 0px 10px;
}

#resaults {
	font-weight: bold;
    margin-top: 5px;
    color: purple;
}
h1 {
	color: black;
	background-color: white;
	text-align: center;
    margin:0px 0px 10px 0px;
    padding: 15px 0px 10px 0px;
    border-bottom: 1px solid lightgray;	
}

h3 {
	color: black;
	background-color: white;
	text-align: center;
    margin: 0px 0px 20px 0px;
    padding: 15px 0px 0px 0px;
    border-bottom: 1px solid lightgray;	
}

button {
    cursor: pointer;
    font-size: 16px;
    margin: 0 10px;
/*
    box-shadow:
    0 0 0 1px hsl(117, 100%, 85%),
    0 0 0 2px hsl(117, 100%, 90%);*/
}


body {
    direction: rtl;
    background-color: rgb(234, 236, 239);
	font-family: Tahoma;
	height: 100%;
    overflow: auto;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;

}

#percentForCalc1 {
    width: 50px;
}

#percentForCalc3 {
    width: 50px;
}

#pagebottom {
	color: black;
	height: 50px;
	background-color: white;
	text-align: center;
    margin:358px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
    border-top: 1px solid lightgray;
    bottom: 0px;
    width: 100%;
    font-family: Raleway;
}
