

.MakeBackgroundBlack {
	background-color: black;
	text-align: center;
}

.MainHeadings {
	text-align: center;	
	background-color: yellow;
}


.EachItem{
	font-size: .8em!Important;
	text-align: center;
	text-align: left;
	padding-right: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.EachItemYes, .EachItemNo {
	font-weight: bold;
}

.EachItemYes {
	color: green;
}

.EachItemNo {
	color: red;
}

.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;
}