/* These are CSS changes / additions to be applied to the app template */

#header {
  height: auto;
  min-height: 1px;
  padding-top: 12px;
}

#logo {
  margin-bottom: 0;
}

#container {
  width: auto;
  min-width: 130px;
  margin-left: 15px;
  margin-right: 15px;
}

#content_outer {
  width: auto;
  position: relative;
  top: 0;
  margin-right: 0;
}

#navbar {
  overflow: hidden;
}


#footer {
  overflow: hidden;
}

.nav
{
  display: inline;
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0
}
#counter
{
  float: right;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.counter_table
{
  float: right;
  display: inline;
  margin: -1px 0 0 0;
  padding: 0px;
}

.alert-table
{
  overflow:hidden;
}
