
#main_container {
	width:1150px;
	border: 0px solid black;
}
@media (min-width: 768px) {
  .container {
    width: 98%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 98%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 98%;
  }
}
#headline_for_web
{
	width: 95%;
}

.gwt-TabBar .gwt-TabBarItem {
		color: rgb(32,32,112);
}
.emptyframe
{
	background: 0;
	background-size: 0;
	background-color:lightgray;
	border: 1px solid black;
	width:100%;
	height:100%;
}

.pongrass-divbutton {
  background-color: rgb(217,237,247);
  font-weight: bold;
  white-space: normal;
  border: 1px solid black;
}

.login-label {
	float:left;
	font-weight: bold;
	padding-right:5px;
}

#package_adaptive_desc {
  background-color: white;
  border: 1px solid white;
}
#package_adaptive_button0,
#package_adaptive_button1,
#package_adaptive_button2,
#package_adaptive_button3 {
	width:49%;
	height:65px;
}

.large_boldtext {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

