/* This stylesheet is used to style the public view of the widget. */

.salary-calc-select {
   width: 100%;
   margin-bottom: 10px;
}

.salary-calc-result button,
.salary-calc-result input {
   display: block;
   margin-bottom: 10px;
}

.salary-calc-result input {
   display: none;
}
