@media (max-width: 767px) {

.WALayoutSingleLine .WaLayoutTable {
  display: table;
}

.WALayoutSingleLine .WaLayoutTable .WaLayoutItem
{
  display: table-cell;
  width: auto !important;
}

.WALayoutSingleLine .WaLayoutTable .WaLayoutItem ~ .WaLayoutItem {
  margin-top: 0;
}

}

.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
} 

#socialLoginContainer, #idSocialLoginContainer {
	display: none;
} 