#header {
    margin-top: 0.5em;
}

#webAuthoringToggle {
    float: right;
    margin-top: -2.75em;
    margin-right: 0.25em;
};

#tableauViz {
    margin-top: 0.5em;
}

div#wrapper div { 
    display: inline-block; 
}

body {
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
    padding-left: 15px;
}
/*
textarea {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}
*/

input[type=text], select {
    padding: 10px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
  
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 11px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 11px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.banner1 {
    background: #1b75bb;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 4px 20px;
}

.banner2 {
  background: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  padding: 4px 20px;

}

.linkedIn {
  color: white;
}
/*
.DivWithScroll{
  background: #1b75bb;
  height:120px;
  overflow:scroll;
  overflow-x:hidden;
}

div.gfg {
  margin:5px;
  padding:5px;
  background-color: green;
  width: 500px;
  height: 110px;
  overflow: auto;
  text-align:justify;
  border: #4CAF50;
}

*/
* {
  box-sizing: border-box;
}



.column {
  float: left;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

table td, table td * {
  vertical-align: top;
}