html
{
height:100%;
}
body {
  font-family: Roboto Condensed, Sans-Serif;height:100%
}
table 
{
outline: 0;
border: 1px outset grey;
padding: 0px 
border-spacing: 0px;
border-padding: 0px;
width:100%
}
td {
  text-align:center;
  border: 0;
  margin: 0;
}
td:first-child {text-align:left}
s
{
color: gray;
}
.total
{
color: red;
}
.grandtotal
{
text-align:right
}
.up
{
font-size: 150%

}
.down
{
font-size: 200%
}
td:last-child
{
color:blue;
font-size: 125%;
font-weight: bold;
}
#customerdatatable
{
outline: 0;
border: 0px;
padding: 0px 
border-spacing: 0px;
border-padding: 0px;
width:100%
}
#novaposhtabranch
{
outline: 0;
border: 0px;
padding: 0px 
border-spacing: 0px;
border-padding: 0px;
width:100%
}
#customerdata
{
width:100%
}
.topnav {
    background-color: red;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav p {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
.topnavgreen {
    background-color: green;
    position: fixed;
    text-align: center;
    color: white;
    overflow: hidden;
    z-index: 1000;
     top: 0;
            left: 0;
            right: 0;
}


