.poll_form { border-top: 1px solid $border-grey; border-bottom: 1px solid $border-grey; margin: 10px 0px 10px 0px; padding: 10px 0px 5px 0px; .poll_content { margin-top: 5px; } .toggle_result_wrapper { display: inline-block; margin-top: 10px; } form { margin-bottom: 0px; } .progress { background-image: none; box-shadow: 0 0 0; margin-bottom: 5px; height: 10px !important; .bar { background: $border-dark-grey none; color: $text-dark-grey; text-align: left; height: 100%; } } .submit[disabled] { cursor: default; color: $text-grey; &:hover, &:active { background-image: none; } } }