#organization_body {
	margin: 0 30px;
}

#breadcrumb {
	margin-bottom: 15px;
	white-space: nowrap;
}

.formfield {
	display: inline-block;
	clear: both;
	width: 100%;
	margin: 7px 0;
}

.org_form {
	clear: both;
	display: block;
}

.org_form .label {
	float: left;
	width: 230px;
}

.org_form .helptext {
	width: 100%;
	color: gray;
	font-size: 14px;
}

.org_form .input {
	float: left;
}

.org_form input[type="text"] {
	height: 30px;
	width: 265px;
	font-size: 15px;
	padding: 0 5px;
}

.org_form textarea {
	width: 267px;
	font-size: 15px;
	font-family: "Lato";
	padding: 5px;
	resize: none;
}

.org_logo {
	width: auto;
	min-height: 125px;
	max-height: 150px;
	max-width: 800px;
}

#map-canvas {
    height: 600px;
    width: 600px;
}

#pac-input {
	margin-top: 10px;
}

.user_li {
	display: inline-block;
	width: 280px;
	margin: 10px;
}

.add_user_button, .remove_user {
	display: inline;
	margin: 5px 10px;
}

#no_user_found {
	color: red;
	display: none;
}

.org.Mast {
	left: -25px;
	margin-bottom: 25px;
}

.org.Mast h1 {
	float: left;
}

.org_button {
	color: white;
	text-align: center;
	font-family: "Lato";
	border-radius: 6px;
	cursor: pointer;
	display: block;
	margin: auto;
	height: 45px;
	min-width: 210px;
	padding: 5px 10px;
	border: 0px !important;
	font-size: 22px;
	transition: background .8s;
	background: -webkit-linear-gradient(top, #006de5 1%, #003d7f 96%);
	background: -moz-linear-gradient(top, #006de5 1%, #003d7f 96%);
	background: -o-linear-gradient(top, #006de5 1%, #003d7f 96%);
	background: -ms-linear-gradient(top, #006de5 1%, #003d7f 96%);
	background: -linear-gradient(top, #006de5 1%, #003d7f 96%); 
}

.org_button:hover {
	background: -webkit-linear-gradient(top, #0055b2 1%, #00244c 96%);
	background: -moz-linear-gradient(top, #0055b2 1%, #00244c 96%);
	background: -o-linear-gradient(top, #0055b2 1%, #00244c 96%);
	background: -ms-linear-gradient(top, #0055b2 1%, #00244c 96%);
	background: -linear-gradient(top, #0055b2 1%, #00244c 96%); 
}

.org_button.small{
	display: inline-block;
	margin: 0;
	height: auto;
	font-size: 15px;
	min-width: 120px;
	padding: 7px;
}

.broadcastThumbnailOptions .org_button{
  width: 120px;
  height: 50px;
}

.top_right_button {
	float: right;
}

.inline_button_bar {
	display: inline-block;
	text-align: center;
}

.inline_button_bar button {
	display: inline;
	margin: 20px 5px 5px;
}

.gameThumbnailDescriptionBox {
	clear: both;
	padding-top: 15px;
}


.formfield .gameThumbnailContainerOuter{
	display: inline-block;
}

.addGameInfoTest {
	display: block;
	clear: both;
	border: 3px solid #ccc;
	border-radius: 20px;
	padding: 20px;
	margin: 20px 40px 10px 10px;
}

.overlay {
	display: none;
	z-index: 1000;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #000;
	/* IE 8 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/* IE 5-7 */
	filter: alpha(opacity=50);

	/* FF */
	-moz-opacity: 0.5;

	/* Safari 1.x */
	-khtml-opacity: 0.5;

	/* Good browsers */
	opacity: 0.5;
}

.org_modal {
	display: none;
	margin: auto;
	position: absolute;
	top: 100px;
	padding: 40px;
	width: 860px;
	border-radius: 50px;
	background-color: #E5E5E5;
	box-shadow: 2px 2px 5px 3px #666; /*hor, vert, blur, spread, color */
	z-index: 1100;
}

.contentSection p {
	margin: 0px;
}

.organizationThumbOptions {
	position: absolute;
	bottom: 20px;
	float: left;
}