/* the following code should be used in case the
   pages of VikRestaurants load the commons forms
   styles of WordPress 5.3+ */
.btn-toolbar .input-append > input {
	/*border-right-width: 1px;*/
	/*border-top-right-radius: 4px;*/
	/*border-bottom-right-radius: 4px;*/
}

.btn-toolbar .input-append > input + .btn {
	/*border-left-width: 1px;*/
	/*border-top-left-radius: 4px;*/
	/*border-bottom-left-radius: 4px;*/
	/*margin-left: initial;*/
}