#addressBookWidgetDiv, #walletWidgetDiv {width:47%;height:250px;display:inline-block;}
.text-center {text-align:center;}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	#addressBookWidgetDiv, #walletWidgetDiv {width:100%;height:250px;display:inline-block;}
}