@media screen and (max-width: 800px) {

#postPicTd {
	display: table-cell;
	width: 50px;
	height: 50px;
	vertical-align: top;
}

#postPic {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #dddddd;
}

.buttsTop {
	margin-top: 15px;
}

.buttsTopImage {
	height: 20px;
}

#postTextArea {
	resize: none;
}

#postBoxHeader {
	text-align: center;
}




.bigSquareList {
	width: 150px;
	height: 200px;
	margin: 5px;
	padding: 5px;
}

.squareListImage {
	width: 150px;
	height: 150px;
}

.squareListSubtext {
	font-size: 10px;
}

.trackDeleteButton {
	top: -140px;
	left: 125px;
	font-size: 14px;
	font-weight: bold;
	background-color: rgba(255,255,255,0.3);
	padding: 5px;
}



.threeColumn {
	width: 100%;
	display: block;
	margin: 0px;
	margin-bottom: 40px;
}




.galleryDelete {
	position: relative;
	bottom: 55px;
	right: 4px;
	padding: 3px;
}




.galleryListTable td {
	padding: 3px;
}

.galleryListThumbTd {
	width: 100px;
	height: 50px;
	line-height: 0px;
}

.galleryListThumb {
	max-width: 100px;
	max-height: 50px;
	display: block;
	border-radius: 3px;
}

.gpsGalleryThumbHolder {
	height: 102px;
}

.galleryThumbImage {
	height: 100px;
}

.galleryDelete {
	top: -95px;
}




#listHeader {
	border-radius: 0px;
}

#content {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 10px;
}

#contentBox {
	border-radius: 0px;
	padding-left: 20px;
	padding-right: 20px;
}


.pageProfilePic {
	width: 50px;
	height: 50px;
}

#profileName {
	font-size: 22px;
	margin-top: 10px;
}



.boatListTable {
	display: table;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 10px;
}

.boatListName {
	padding: 10px;
}

.boatListThumbTd {
	width: 50px;
	height: 50px;
	padding: 10px;
}

.boatListThumbImage {
	max-width: 50px;
	max-height: 50px;
}

.boatListDelete {
}






.equipmentViewHolder {
	width: calc(100% - 100px);
	max-width: 800px;
	display: block;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
	margin-bottom: 20px;
	text-align: left;
}

.equipmentViewPhoto1 {
	display: block;
	float: none;
	width: 100%;
	max-width: none;
	margin-left: 0px;
}

.equipmentViewPhoto2 {
	display: block;
	float: none;
	max-width: 100%;
	margin-left: 0px;
}



#buttClosePhotos {
	margin-top: 7px;
	font-size: 30px;
}


#buttCloseEquipment {
	margin-top: 7px;
	font-size: 30px;
}

























.flexHolder {
	display: block;
}

.flex2 {
	width: 100%;
	margin-bottom: 15px;
}

select {
	background-color: #ffffff;
}

.tArea {
	width: calc(100% - 10px);
}






.buttsTop {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}




a:link.squareListLink {
	text-decoration: none;
	margin-top: 5px;
	display: block;
	transition: color 0.5s;
	font-size: 10px;
	color: #ffff00;
	font-weight: bold;
}

a:active.squareListLink {
	text-decoration: none;
	margin-top: 5px;
	display: block;
	font-size: 10px;
	color: #ffff00;
	font-weight: bold;
}

a:visited.squareListLink {
	text-decoration: none;
	margin-top: 5px;
	display: block;
	font-size: 10px;
	color: #ffff00;
	font-weight: bold;
}

a:hover.squareListLink {
	text-decoration: none;
	margin-top: 5px;
	display: block;
	font-size: 10px;
	color: #ff7e00;
	font-weight: bold;
}




a:link.galleryListLink {
	font-size: 12px;
}

a:active.galleryListLink {
	font-size: 12px;
}

a:visited.galleryListLink {
	font-size: 12px;
}

a:hover.galleryListLink {
	font-size: 12px;
}

}













@media screen and (max-width: 600px) {

#downloadPrompt {
	display: block;
	width: calc(100% - 40px);
}

#androidPromptIconTd {
	display: block;
	width: calc(100% - 40px);
}

#androidPromptIcon {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

#downloadPromptInfoTd {
	display: block;
	text-align: center;
}

#androidPromptText {
	font-size: 16px;
}

#androidPromptText2 {
	font-size: 12px;
}

#downloadPromptDismissTd {
	display: block;
	width: 100px;
	font-size: 14px;
	margin-top: 20px;
}

#dismissText {
	display: inline;
}

}