.container {
  margin: 0 auto;
  max-width: 1680px;
  width: 90%;
}

h3{
    margin-top:50px;
}

.top-valign{
    vertical-align:top;
}

.v-center{
    width:99%;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

.btn-dd-status{
    min-width:150px;
}

table.fixed{
    width:100%;
    table-layout:fixed;
}

th.max30{
    max-width:30%;
}

td.min15{
    min-width:15em;
}
