.appBodyContainer {
	padding-top: 20px;
}
.contactNameBig {
	display: inline-block;
	padding: 5px;
}

.textBig {
	font-size: 18px;
}

.widthFlexible {
	width: 100% !important;
}

.masterDetail-detail {
	height: 100%;
	overflow: scroll;
	border-left: 1px solid #E9E9E9;
	background-color: #E9E9E9;
	padding-bottom: 30px;
}

.contactList {
	height: 500px;
	overflow: scroll;
	background-color: transparent;
}

/* Mobile */
@media screen and (min-width: 200px) and (max-width: 500px) {
    .homePageSameHeight {
    	height: 210px;
	}
}
@media screen and (min-width: 501px) and (max-width: 599px) {
    .homePageSameHeight {
    	height: 250px;
	}
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .homePageSameHeight {
    	height: 300px;
	}
}

/* Tablet */
@media (min-width: 768px) {
	.homePageSameHeight {
    	height: 300px;
	}
}

/* Medium screen */
@media (min-width: 992px) {
	.homePageSameHeight {
    	height: 300px;
	}
}

/* Large screen */
@media (min-width: 1200px) {
	.homePageSameHeight {
    	height: 310px;
	}
}

/* Extra large screen */
@media (min-width: 1600px) {
	.homePageSameHeight {
    	height: 350px;
	}
}