
#background-img{
    background: url("../../mobile/images/background.jpg");
}

table {
    color: black;
    background: #fff;

    /*font: bold 17px helvetica;*/
    padding: 0;
    margin-top:10px;
    width: 100%;
    -webkit-border-radius: 8px;
}
table tr{
    text-shadow:none;
}     
table tr td {
    /*color: #666;*/
    font-size:11px;
    border-bottom: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    padding: 1px 3px 1px 3px;

}

table tr td:last-child {
    border-right: none;
}

table tr:last-child td {
    border-bottom: none;
}

.picture-user{
    background: #fff;
    border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -o-border-radius:100%;

    padding:2px;
}

#footer{
    width: 100%;
    position: absolute;
    bottom: 0;
}

.navbar-fixed-top{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-top{
    border-radius: 0;
}

.space-header{
    width: 100%;
    overflow: hidden;
    margin-top: 44px;
}

.listbg{
    background: #f6f6f6;
}

.ui-listview > .ui-li-has-thumb > .ui-btn, .ui-listview > .ui-li-static.ui-li-has-thumb {
    min-height: 3.625em;
    padding-left: 4.55em;
}

.ui-controlgroup, fieldset.ui-controlgroup {
    padding: 0;
}

.ui-listview > .ui-li-static {
    padding: .1em 1em;
}


.ui-listview .ui-li-has-thumb > img:first-child, .ui-listview .ui-li-has-thumb > .ui-btn > img:first-child, .ui-listview .ui-li-has-thumb .ui-li-thumb {
    position: absolute;
    left: 3px;
    top: 4px;
    max-height: 5em;
    max-width: 5em;
}

.navbar-fixed-bottom{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-bottom {
    bottom: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom{
    border-radius: 0;
}

