/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */



.gwt-TabPanelBottom 
{ 
    height    :    230px; 

}

.exp {

      width: 100%;

      height: 100%;

      font-family: Verdana, Arial, Helvetica, sans-serif;

      font-size: 4pt;

} 

.gwt-TabBarItem * 
{
background-color:rgb(236,233,216);

}



.gwt-TabBarItem-wrapper *
{
background-color:rgb(236,233,216) !important;

}



.gwt-TabBarItem-selected * 
{
background-color:#d0d0d0;
}
.gwt-TabBarItem-wrapper-selected *
{
background-color:#d0d0d0 !important;
}
.gwt-TabPanelBottom 
{
border-color:#d0d0d0 !important;
}

.gwt-TextArea
{
/*white-space:pre;*/
}

.gwt-TabPanel * {

     
      font-size: 10px;

}
.gwt-Button
{
font-size: 12px !important;
}

.gwt-TabBarItem .gwt-Label { 
  font-size: 12px; 

}

.gwt-Label { 
  font-size: 10px; 

}

a
{
padding-bottom: 40px;
margin-bottom: 0px;
padding-top: 0px;
margin-top: 0px;
}


.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}
