:focus {
    outline: 0;
}

div {
	background-size: 100% 100%;
    background-repeat: no-repeat;
	width: 480px;
	height: 700px;
	position: absolute;
    transition: left 1000ms;
}

#calculator {
	background-image: url("../images/calculator_input.png");
}

#result {
	background-image: url("../images/calculator_result.png");
}

#stylos_container {
	position: relative;
    width: 370px;
    height: 155px;
    top: 290px;
    left: 60px;
	display: table-cell;
    vertical-align: middle;
}

.stylos_div {
	position: relative;
    width: 100%;
    height: 21%;
    margin-top: 2%;
}

.stylos_number {
	color: white;
    top: 25%;
    left: 36%;
}

.calculator_out {
	left: -480px;
}

.result_out {
	left: 480px;
}

.slide_in {
	left: 0;
}

input {
    border: none;
    background: transparent;
    color: white;
    font-size: 24px;
    text-align: center;
    position: relative;
    width: 15%;
    height: 7%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#dose_input {
	top: 195px;
	left: 207px;
}

#days_input {
	top: 407px;
    left: 131px;
}

span {
	display: block;
	position: relative;
    font-family: arial;
	width: 100px;
    text-align: center;
}

#dose_display {
	left: 288px;
	top: 136px;
	color: #722472;
	font-size: 20px;
}

#days_display {
	left: 288px;
	top: 148px;
	color: #722472;
	font-size: 20px;
}

#total_display {
	left: 193px;
    top: 270px;
    color: white;
    font-size: 25px;
    width: 110px;
}

button {
	border: none;
    background: transparent;
	display: block;
    padding: 0;
    position: relative;
}

#validate_button {
	width: 231px;
	height:56px;
	margin: auto;
	top: 80%;
}

#new_button {
	width: 200px;
    height: 45px;
    margin: auto;
    top: 115px;
    left: -92px;
}

img {
	width: 100%;
}

#validate_img  {
	height: 100%;
}

#new_img {
	height: 100%;
}