.tableau_container {
    margin: 50px 10px;
    position:relative;
}

.tableauViz{
    max-width:1300px;
    margin:auto;
}

.rowViews {
  display: block;
}

.tableau_header_ul {
  list-style-type: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  background-color: #000000;
  margin-bottom: 20px;
  text-align:center;
}

.tableau_li {
  list-style: none;
    display: inline-block;
    width: 13%;
        vertical-align: middle;

}

.tableau_li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
      Font-size:15px;
}

.tableau_li a:hover {
  background-color: #056b95;
}




.dashboard_title{
        font-size: 36px;
    	margin-bottom:20px;
    	text-align:center;
}

.columnViews {
    padding: 20px;
    margin-bottom: 20px;
    display: inline-block;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.columnTitle{
        text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: underline;
}

#tabMenu{
    border-top: solid 1px lightgray;
}

.row::after {
    clear: both;
}
.row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
}

.nav {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
}
.span2 {
    width: 140px;
}


.nav-list > li > a, .nav-list .nav-header {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.nav-list li a{
    color:#000000;
}
.nav-list li:hover{
    color:#000000;
}

.nav-list > li > a {
    padding: 3px 15px;
    margin-top: 0px;
    line-height: 15px;
}

.nav > li > a {
    display: block;
}

/* #### Desktops #### */
@media screen and (min-width: 1024px){
    
  .tableau_header_ul {
  list-style-type: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  background-color: #000000;
  margin-bottom: 20px;
}

.tableau_li {
  list-style: none;
    display: inline-block;
    width: 13%;
}

}