<h2>
How many hours on average it will take to get a drop?
</h2>
<hr>
<div class="form">
<div class="form-field">
<label for="hour">How many kills per hour?</label>
<input type="text" id="hour" placeholder="300">
</div>
<div class="form-field">
<label for="odds">What are the odds?</label>
<input type="text" id="odds" placeholder="1/5000">
</div>
<div class="form-field">
<button>Submit</button>
</div>
</div>
<p class="helper"><small>Based on <span></span> people attempting...</small></p>
<div class="result">
On average drop happened after: <u><strong class="value">N\A</strong></u> kills
</div>
<div class="result2">
And it took on avergate: <u><strong class="value">N\A</strong></u> hours
</div>
<div class="result3">
Longest was:
Shortest was<div class="short"></div>
</div>
<div class="error">
Please make sure all the values are right.
</div>