/* 
    Document   : eingabe.css
    Created on : 14.05.2013, 11:27:18
    Author     : me-apps
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.tab-content{
    background-color:white;
    border-bottom-left-radius:0.5em;
    border-bottom-right-radius:0.5em;
}
.tab-content>div{
    padding:10px;
}  

.tab2 table {
    width: 100%;
}

.tab2 td {
   margin-left: 5px;
   margin-right: 5px;
}

.tab10 .ui-grid-a div.ui-block-a  {
    width:20%;
}
.tab10 .ui-grid-a div.ui-block-b {
    width:80%;
}


