/* the following code should be used in case the
   pages of VikAppointments 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;*/
}

@media screen and (max-width: 782px) {
	.wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) {
		width: 1% !important;
	}
}