#deletionForm {
	position: absolute;
	z-index: 1250;
	top: 0;
	width: 100vw;
	height: 87.5vh;
	background-color: rgba(0, 0, 0, 0.75);
	margin: 0;
	padding: 0;
	display: none;
}

#deletionForm ul {
	position: absolute;
	z-index: 1250;
	top: 15vh;
	left: 25vw;
	width: 50vw;
	height: 50vh;
	background-color: rgba(0, 0, 0, 1);
	border-radius: 10px;
	margin: 0;
	padding: 0;
	border-radius: 10px;
	border: 2px ridge silver;
	list-style: none;
	display: none;
}

#deletionForm ul li {
	text-align: center;
	line-height: 6.125vh;
	height: 12.25vh;
	width: 50vw;
	margin: .25vh;
	border: none;
}

#deletionForm ul li input[type='password'] {
	text-align: center;
	line-height: 12.25vh;
	height: 12.25vh;
	width: 50vw;
	background-color: transparent;
	margin: 0;
	margin-left: -.25vw;
	padding: 0;
	border: none;
	border-top: 1px groove silver;
	font-weight: bold;
	font-size: 2em;
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
}

#deletionForm ul li input[type='submit'] {
	height: 12.25vh;
	width: 50vw;
	line-height: 12.25vh;
	background-color: transparent;
	margin: 0;
	margin-left: -.25vw;
	padding: 0;
	border: none;
	border-top: 2px ridge silver;
	font-weight: bold;
	font-size: 2em;
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
	cursor: pointer;
}

#deleteOpen {
	position: absolute;
	z-index: 1000;
	top: 77.5vh;
	height: 7.5vh;
	line-height: 7.5vh;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase; 
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	width: 100vw;
	cursor: pointer;
}

#enlargedPhotosContainer {
	position: absolute;
	z-index: 1000;
	width: 100vw;
	height: 87.5vh;
	background-color: rgba(0, 0, 0, 0.75);
	display: none;
}

#enlargedPhotosClose {
	position: absolute;
	top: 0.5vh;
	left: 97.5vw;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.5) !important;
	text-decoration: none;
}

#enlargedPhotosClose a {
	color: rgba(255, 255, 255, 0.5) !important;
	text-decoration: none;
}

#enlargedPhotosContainer img {
	position: relative;
	top: 2.5vh;
	left: 33vw;
	width: 33vw;
	height: 75vh;
	text-align: center;
	border: 5px ridge silver;
	border-radius: 10px;
}

#deletePhoto a {
	position: relative;
	width: 25vw;
	top: 5vh;
	left: 47.5vw;
	text-align: center;
	color: white;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px ridge silver;
}

#additionalPhotosContainer {
	position: absolute;
	z-index: 1000;
	width: 100vw;
	height: 87.5vh;
	background-color: rgba(0, 0, 0, 0.75);
	display: none;
}

#additionalPhotosForm {
	position: absolute;
	z-index: 1000;
	top: 12.5vh;
	left: 25vw;
	width: 50vw;
	height: 50vh;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 10px;
	margin: 0;
	padding: 0;
	border-radius: 10px;
	border: 2px ridge silver;
}

#additionalPhotosForm ul {
	position: relative;
	list-style: none;
	border: none;
}

#additionalPhotosForm ul li {
	height: 8vh;
	margin: .25vh;
	border: none;
}

#additionalPhotosForm ul li input[type='submit'] {
	height: 8vh;
	width: 47.5vw;
	background-color: transparent;
	margin: 0;
	margin-left: 1.25vw;
	padding: 0;
	border-radius: 10px;
	border: 2px ridge silver;
	font-weight: bold;
	font-size: 2em;
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
}

#additionalPhotosForm ul li label {
	position: absolute;
	height: 7.5vh;
	width: 25vw;
	line-height: 8vh;
	text-align: right;
	background-color: transparent;
	font-weight: bold;
	font-size: 1em;
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
}

#additionalPhotosForm ul li input[type='file'] {
	position: absolute;
	height: 7.5vh;
	width: 25vw;
	left: 27.5vw;
	line-height: 8vh;
	background-color: transparent;
	border-radius: 10px;
	width: 25vw;
	font-size: 2.25em;
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
	color: transparent;
	text-align: center;
}

#addPhotosClose {
	position: absolute;
	top: 0.5vh;
	left: 97.5vw;
	cursor: pointer;
}

#editUserContainer {
	position: absolute;
	z-index: 1000;
	width: 100vw;
	height: 87.5vh;
	background-color: rgba(0, 0, 0, 0.75);
	display: none;
}

.addButton, .removeButton {
	position: absolute;
	width: 1vw;
	text-align: center;
	cursor: pointer;
}

#blockFriendButton {
	position: relative;
	float: right;
	margin-right: 0.25vw;
}

.addButton a, .addButton a:active, .addButton a:hover, .removeButton a, .removeButton a:active, .removeButton a:hover {
	text-decoration: none;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
}

#contactClose, #editClose, #deleteClose {
	position: absolute;
	width: 2vw;
	height: 2.5vh;
	top: 0.25vh;
	left: 97vw;
	line-height: 2.5vh;
	text-align: center;
	background-color: transparent;
	cursor: pointer;
}

#editForm {
	position: absolute;
	z-index: 1001;
	width: 75vw;
	height: 65.625vh;
	left: 12.5vw;
	top: 10.94vh;
	border: 3px ridge silver;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.75);
}

#editForm ul {
	z-index: 1001;
	list-style: none;
	width: 75vw;
	height: 62.5vh;
}

#editForm li {
	position: absolute;
	width: 37.5vw;
	height: 10.938vh;
	background-color: rgba(255, 255, 255, 0.05);
}

#editForm li:first-child {
	top: 0vh;
	border-top-left-radius: 10px;
}

#editForm li:nth-child(2) {
	top: 10.938vh;
}

#editForm li:nth-child(3) {
	top: 21.876vh;
}

#editForm li:nth-child(4) {
	top: 32.814vh;
}

#editForm li:nth-child(5) {
	top: 0vh;
	left: 37.5vw;
	border-top-right-radius: 10px;
}

#editForm li:nth-child(6) {
	top: 10.938vh;
	left: 37.5vw;
	height: 21.876vh;
}

#editForm li:nth-child(7) {
	top: 32.814vh;
	left: 37.5vw;
	width: 37.5vw;
	text-align: center;
	text-indent: 0px;
}

#editForm li:nth-child(8) {
	top: 43.752vh;
	left: 0vw;
	width: 75vw;
	text-align: center;
}

#editForm li:last-child {
	top: 54.69vh;
	width: 75vw;
	background-color: rgba(0, 0, 0, 0.75);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#editForm label {
	top: 0vh;
	left: 37.5vw;
	width: 37.5vw;
	height: 10.938vh;
	line-height: 10.938vh;
	text-align: center;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 0.6em;
}

#editForm input[type='file'] {
	top: 0vh;
	left: 37.5vw;
	width: 37.5vw;
	height: 10.938vh;
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: none;
}

#editForm li:nth-child(10) input {
	top: 47.15vh;
	width: 66vw;
	height: 10.938vh;
}

#editForm input {
	width: 33vw;
	height: 10.938vh;
	line-height: 10.938vh;
	background-color: transparent;
	text-align: center;
	border: none;
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
}

#editForm textarea {
	position: relative;
	top: 0vh;
	left: 0vw;
	height: 21.876vh;
	width: 37.5vw;
	resize: none;
	border: none;
	line-height: 10.938vh;
	background-color: transparent;
	text-align: center;
	font-family: sans-serif;
}

#editForm input[type='submit'] {
	width: 75vw;
	height: 10.938vh;
	background-color: transparent;
	border: none;
	cursor: pointer;
	text-align: center;
	text-shadow: 0px 0px 5px black;
}

#contactUserContainer {
	position: absolute;
	z-index: 1000;
	width: 100vw;
	height: 87.5vh;
	background-color: rgba(0, 0, 0, 0.75);
	display: none;
}

#contactUserForm {
	position: absolute;
	z-index: 1001;
	width: 75vw;
	height: 65.625vh;
	left: 12.5vw;
	top: 10.94vh;
	border: 3px ridge silver;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.75);
	display: none;
}

#contactUserForm ul {
	z-index: 1001;
	list-style: none;
}

#contactUserForm li {
	position: absolute;
	width: 75vw;
	height: 10.938vh;
	background-color: rgba(255, 255, 255, 0.05);
}

#contactUserForm li:first-child {
	position: absolute;
	width: 75vw;
	height: 57.5vh;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#contactUserForm li textarea {
	position: absolute;
	width: 74vw;
	height: 56.5vh;
	line-height: 8.125vh;
	font-size: 1.5em;
	resize: none;
	border: none;
	padding: 0.5vh 0.5vw;
	background-color: transparent;
	font-family: sans-serif;

}

#contactUserForm li:last-child {
	position: absolute;
	width: 75vw;
	top: 57.5vh;
	height: 8.125vh;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: rgba(0, 0, 0, 0.75);
}

#contactUserForm li input {
	position: absolute;
	width: 75vw;
	top: 0vh;
	left: 0vw;
	height: 8.125vh;
	border: none;
	background-color: transparent;
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
	font-size: 1.5em;
	line-height: 8.125vh;
}

#reviewUserForm {
	position: absolute;
	z-index: 1001;
	width: 75vw;
	height: 65.625vh;
	left: 12.5vw;
	top: 10.94vh;
	border: 3px ridge silver;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.75);
	display: none;
}

#reviewUserForm ul {
	list-style: none;
}

#reviewUserForm li {
	position: absolute;
	width: 75vw;
	height: 10.938vh;
	background-color: rgba(255, 255, 255, 0.05);
}

#reviewUserForm li:first-child {
	position: absolute;
	width: 75vw;
	height: 57.5vh;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#reviewUserForm li textarea {
	position: absolute;
	width: 74vw;
	height: 56.5vh;
	line-height: 8.125vh;
	font-size: 1.5em;
	resize: none;
	border: none;
	padding: 0.5vh 0.5vw;
	background-color: transparent;
	font-family: sans-serif;
}

#reviewUserForm li:last-child {
	position: absolute;
	width: 75vw;
	top: 57.5vh;
	height: 8.125vh;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: rgba(0, 0, 0, 0.75);
}

#reviewUserForm li input {
	position: absolute;
	width: 75vw;
	top: 0vh;
	left: 0vw;
	height: 8.125vh;
	border: none;
	background-color: transparent;
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
	font-size: 1.5em;
	line-height: 8.125vh;
}

#profileContent {
	position: relative;
	width: 100vw;
	height: 87.5vh;
	top: 0vh;
}

#profileContent input {
	background-color: transparent;
	border: none;
	font-size: 1em;
	cursor: text;
}

.profileHeading {
	width: 100%;
	text-align: center;
}

#profilePic {
	position: absolute;
	width: 24vw;
	height: 30vh;
	background-color: rgba(255, 255, 255, 0.25);
	top: 1vh;
	left: 1vw;
	cursor: pointer;
	-webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%) 0 0 100% 0/0 0 1px 0 stretch;
}

#profilePic img {
	position: relative;
	z-index: 999;
	width: 150px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -75px;
	border: 3px ridge silver;
}

#profileInterests {
	position: absolute;
	width: 24vw;
	height: 40vh;
	background-color: rgba(255, 255, 255, 0.25);
	top: 32vh;
	left: 1vw;
	-webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%) 0 0 100% 0/0 0 1px 0 stretch;
	overflow: hidden;
}

#profileInterestCloud {
	list-style: none;
	width: 24.75vw;
	height: 40vh;
	overflow-y: auto;
	margin-top: 5px;
}

#profileInterestCloud li {
	float: left;
	cursor: text;
	width: 7.75vw;
	width: 8vw;
	height: 2.75vh;
	font-weight: bold;
	text-align: center;
	cursor: text;
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
}

#profileInterestCloud li a, #profileInterestCloud li a:hover {
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
	text-decoration: none;
}

#profileSettings {
	position: absolute;
	width: 24vw;
	height: 13vh;
	background-color: rgba(255, 255, 255, 0.25);
	top: 73vh;
	left: 1vw;
	margin: 0;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	font-size: 2.5em;
	font-weight: normal;
	font-variant: small-caps;
	line-height: 13vh;
	cursor: pointer;
	-webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%) 0 0 100% 0/0 0 1px 0 stretch;
}

#profileSettings a {
	text-decoration: none !important;
}

#contactUser, #reviewUser {
	font-size: 0.66em;
	width: 49.5%;
	height: 96%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

#reviewUser {
	left: 49.75%;
	border-left: 2px ridge silver;
}

#profileSettings:hover {
	font-weight: bolder;
}

#profileInfo {
	position: absolute;
	width: 73vw;
	height: 30vh;
	background-color: rgba(255, 255, 255, 0.25);
	top: 1vh;
	left: 26vw;
	-webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%) 0 0 100% 0/0 0 1px 0 stretch;
}

#profileInfo h3 {
	font-size: 1.5em;
	height: 5vh;
}

#profileInfoList, #profileIntroList {
	list-style: none;
	position: absolute;
	width: 36.5vw;
	height: 25vh;
}

#profileIntroList {
	left: 36.5vw;
	overflow-x: hidden;
}

#profileInfoList li, #profileIntroList li {
	height: 8vh;
}

#profileInfoList li {
	position: relative;
	width: 18.25vw;
	text-align: justify;
	line-height: 8vh;
}

#profileInfoList li:nth-child(odd) {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.5em;
	margin-bottom: -8vh;
	text-indent: 10vw;
}

#profileInfoList li:nth-child(even) {
	font-size: 1.25em;
	left: 50%;
	text-indent: 0.25vw;
}

#profileIntroList li {
	text-align: center;
}

#profileIntroList li:first-child {
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 9vh;
	font-size: 1.5em;
	height: 8vh;
}

#profileIntroList li:last-child {
	text-align: left;
	width: 36.25vw;
	height: 15vh;
	margin-top: 1vh;
	overflow-y: hidden;
	overflow-x: hidden;
}

#profileIntroList textarea {
	border: none;
	font-size: 1em;
	width: 32.5vw;
	height: 12.5vh;
	padding: 5px 25px 5px 5px;
	font-family: sans-serif;
	text-align: center;
	background-color: transparent;
	resize: none;
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
}

#profilePhotos {
	position: absolute;
	width: 36vw;
	height: 26.5vh;
	background-color: rgba(255, 255, 255, 0.25);
	top: 32vh;
	left: 26vw;
	overflow: hidden;
	-webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%) 0 0 100% 0/0 0 1px 0 stretch;
}

#profileFriends {
	position: absolute;
	width: 36vw;
	height: 26.5vh;
	background-color: rgba(255, 255, 255, 0.25);
	top: 32vh;
	left: 63vw;
	overflow: hidden;
	-webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%) 0 0 100% 0/0 0 1px 0 stretch;
}

#profileMatches {
	position: absolute;
	width: 36vw;
	height: 26.5vh;
	background-color: rgba(255, 255, 255, 0.25);
	top: 59.5vh;
	left: 26vw;
	overflow: hidden;
	-webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%) 0 0 100% 0/0 0 1px 0 stretch;
}

#profilePhotoList, #profileFriendsList, #profileMatchesList {
	list-style: none;
	position: absolute;
	width: 37vw;
	height: 26.5vh;
	top: 50%;
	left: 50%;
	margin-top: -5vh;
	margin-left: -18vw;
	overflow-y: auto;
	overflow-x: hidden;
}

#profilePhotoList li, #profileFriendsList li, #profileMatchesList li {
	position: relative;
	top: 12.5px;
	width: 7vw;
	height: 12.5vh;
	float: left;
	margin-top: -10px;
	margin-bottom: 62.5px;
	text-align: center;
}

#profilePhotoList li img, #profileFriendsList li img, #profileMatchesList li img {
	width: 5vw;
	height: 12.25vh;
	border-radius: 5px;
	cursor: pointer;
	border: 2px ridge silver;
	border-radius: 5px;
	margin-left: 0;
}

#profileReviews {
	position: absolute;
	width: 36vw;
	height: 26.5vh;
	background-color: rgba(255, 255, 255, 0.25);
	top: 59.5vh;
	left: 63vw;
	-webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%) 0 0 100% 0/0 0 1px 0 stretch;
	overflow-y: hidden;
	overflow-x: hidden;
}

#profileReviewsWrapper {
	width: 36vw;
	height: 26.25vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.profileReviewContainer {
	position: relative;
	font-size: 1em;
	background-color: rgba(0, 0, 0, 0.5);
	margin-bottom: 5px;
	border-radius: 3px;
	text-indent: 15px;
	width: 35.5vw;
	left: 0.25vw;
	border-radius: 5px;
	overflow-y: auto;
	overflow-x: hidden;
}

.profileReviewContainer h3{
	font-size: 1.5em;
	background-color: rgba(0, 0, 0, 0.33);
	text-indent: -1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-left: 5px;
}

.profileReviewContainer p {
	padding-left: 5px;
	padding-right: 5px;
}


/*//////////////////////////////////////////////////////////////////////////MEDIA QUERIES*/
/*///////////////////////////////////////////////////////////////////////////////////////*/


/*PORTRAIT SCREENS*/
@media only screen and (orientation: portrait) {
	.friendHeader {
		font-size: 0.5em;
		text-align: center;
		position: relative;
		z-index: 1250;
		top: -1vh;
	}

	#profilePhotoList li img, #profileFriendsList li img, #profileMatchesList li img {
		height: 8.5vh;
	}

	#saveEdit {
		font-size: 0.75em;
	}

	#cancelEdit {
		font-size: 0.75em;
	}
}/*end 1024px*/


/*MEDIUM SCREENS*/
@media only screen and (max-width: 1024px) {
	#profilePic img {
		width: 100px;
		height: 150px;
		margin-top: -75px;
		margin-left: -50px;
	}

	#profileInfo h3 {
		font-size: 1em;
	}

	#profileInfoList li:nth-child(odd) {
		font-size: 1em;
		text-indent: 7.5vw;
	}

	#profileInfoList li:nth-child(even) {
		font-size: 0.75em;
		text-indent: 0.25vw;
	}

	#profileIntroList li:first-child {
		font-size: 1em;
	}

	#profileIntroList li:last-child {
		font-size: 0.75em;
	}
}/*end 1024px*/


/*small screens*/
@media only screen and (max-width:768px) {
	#profileInterestCloud {
		font-size: 0.75em;
	}

	.profileReviewContainer h3{
		font-size: 1.25em;
	}

	.profileReviewContainer p {
		font-size: 0.75em;
	}

	#profileInterestCloud li {
		padding: 2.5px;
		width: 45%;
	}
}/*end 768px*/


@media only screen and (max-width:736px) and (orientation: landscape) {
	#profileInfoList li {
		width: 18.25vw;
	}

	#profileInfoList li:nth-child(odd) {
		text-indent: 1vw;
		width: 18.25vw;
	}

	#profileInfoList li:nth-child(even) {
		font-size: 1em;
		left: 18.25vw;
		text-indent: 0vw;
		width: 18.25vw;
	}
	.friendHeader {
		font-size: 0.5em;
	}


	#profileIntroList {
		top: 0.75vh;
	}

	#profileIntroList li:first-child {
		line-height: 8vh;
		height: 8vh;
	}

	#profileIntroList li:last-child {
		width: 36.25vw;
		height: 15vh;
		margin-top: 1vh;
	}

	#profileIntroList textarea {
		font-size: 1em;
		width: 32.5vw;
		height: 12.5vh;
		padding: 5px 25px 5px 5px;
	}

}/*end 736px*/


/*Iphone 6*/
@media only screen and (max-width:627px) {
	#profileSettings {
		font-size: 1em;
	}

	#profileInfo h3 {
		font-size: 1em;
	}

	#profileInfoList li:nth-child(odd) {
		font-size: 0.75em;
		text-indent: 4vw;
	}

	#profileInfoList li:nth-child(even) {
		font-size: 0.66em;
		text-indent: 0.25vw;
	}

	#profileIntroList li:first-child {
		font-size: 0.75em;
	}

	#profileIntroList li:last-child {
		font-size: 0.66em;
	}

	#profileInterestCloud li {
		width: 90%;
		text-align: center;
		padding: 5px;
	}
	.friendHeader {
		font-size: 0.33em;
	}
}/*end 627px*/


@media only screen and (max-width : 480px) {
	#profilePic img {
		width: 50px;
		height: 70px;
		margin-top: -35px;
		margin-left: -25px;
	}

	#profileSettings {
		font-size: 0.5em;
	}

	#profilePhotoList li img, #profileFriendsList li img, #profileMatchesList li img {
		margin-bottom: 25px;
		margin-top: -5px;
		height: 7.5vh;
	}

#editForm li:nth-child(7) input {
	font-size: 0.5em;
}
}/*end 480px*/


/*Smartphone*/
@media only screen and (max-width:375px) {
	#profileInterestCloud {
		font-size: 0.66em;
	}
	#profileSettings {
		font-size: 1em;
	}

	#profilePic img {
		width: 75px;
		height: 100px;
		margin-top: -50px;
		margin-left: -37.5px;
	}

	#profileInfo h3 {
		font-size: 1em;
	}

	#profileInfoList li:nth-child(odd) {
		font-size: 0.66em;
		text-indent: 2.5vw;
	}

	#profileInfoList li:nth-child(even) {
		font-size: 0.5em;
		text-indent: 0.25vw;
	}

	#profileIntroList li:first-child {
		font-size: 0.66em;
	}

	#profileIntroList li:last-child {
		font-size: 0.5em;
	}

	.profileReviewContainer h3{
		font-size: 1em;
	}

	.profileReviewContainer p {
		font-size: 0.66em;
	}
}/*end 568px landscape*/


@media only screen and (max-height : 512px) {
	#profilePic img {
		width: 50px;
		height: 75px;
		margin-top: -37.5px;
		margin-left: -25px;
	}
	#profileSettings {
		font-size: 1em;
	}
}/*end 512px*/


@media only screen and (max-width:736px) and (orientation: landscape) {
	#profilePhotoList li img, #profileFriendsList li img, #profileMatchesList li img {
		height: 12.5vh;
	}
}/*end 350px landscape*/