

.MakeBackgroundBlack {
	background-color: black;
	text-align: center;
}

.MainHeadings {
	text-align: center;	
	background-color: yellow;
}


.EachItem{
	font-size: .8em;
	text-align: center;
	text-align: left;
	padding-right: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.EachItemYes, .EachItemNo {
	font-weight: bold;
}

.EachItemYes {
	color: green;
}

.EachItemNo {
	color: red;
}

.ShipPhotoSizeV {
	width: 350px;
	height: 450px;
}

.ShipPhotoSizeH {
	width: 50%px;
	

	margin: 0;
	padding-right: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.ShipPhotoSizeV1, .ShipPhotoSizeH1 {

	position: absolute;
	top: 0; bottom:0; left: 0; right:0;
	margin: auto;



}

.PhotoSizeV {
	width: 94px;
	height: 140px;
}

.PhotoSizeH {
	width: 150px;
	height: 94px;
}

.PhotoSizeV, .PhotoSizeH {
	position: absolute;
	top: 0; bottom:0; left: 0; right:0;
	margin: auto;
}

.PhotoSizeVBook {
	width: 124px;
	height: 180px;
}

.PhotoSizeVBook, .PhotoSizeHBook {
	position: absolute;
	top: 0; bottom:0; left: 0; right:0;
	margin: auto;
}


.PhotoSizeYes, .PhotoSizeNo {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0; bottom:0; left: 0; right:0;
	margin: auto;
}

.EditMe {
	top: 0; bottom:0; left: 0; right:0;
	margin: auto;
}

.clickMe {
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 20%;
    height: 1.8em;
    background: #4E9CAF;
    padding-top: 2px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: .8em;

}

.addSpace {
	padding-right: 10px;
}