[v-cloak] {
    display: none;
}

.widget-estimate-submit {
    position: relative;
}
.widget-estimate-powered {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 6px;
    font-size: 16px;
}
.widget-estimate-powered span {
    display: inline-block;
    line-height: 16px;
    vertical-align: bottom;
    margin-right: 6px;
}

@media (max-width: 450px) {

.widget-estimate-powered  {
    position: relative;
    top: auto;
    right: auto;;
    margin: 40px 0 0 0;
}

}