/*    MWMC Documentation CSS Style File      */
/*  Padding is top > right > bottom > left   */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto&display=swap');

html {
  display: table;
  margin: auto;
  }

body	{
  display: table-cell;
  vertical-align: middle;
  max-width: 960px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  }
  
h1, h2, h3, h4, h5, h6 {
  font-family: 'Tahoma', 'Trebuchet MS', sans-serif;
  font-weight: 500;
  color: DarkBlue;
  text-align: left;
  text-transform: none;
  padding: 0px;
  }

h1  {
  font-size: 22px;
  }

h2 {
  font-size: 20px;
  }

h3  {
  font-size: 18px;
  }

h4 {
  font-size: 16px;
  }

h5 {
  font-size: 15px;
  }

h6 {
  font-size: 12px;
  }

a  {
  font-weight: normal;
  font-size: 18px;
  color: Blue;
  text-decoration: none;
  font-weight: 500;
  }
  
table {
  border-collapse: collapse;
  max-width: 100%;
}

th, td {
  text-align: left;
  padding: 4px;
}

th {
  background-color: Navy;
  color: white;
  font-weight: bold;
}

tr:nth-child(even){background-color: #f2f2f2}

td  {
  vertical-align: top;
}

blockquote  {
  background-color: white;
  border-left: 3px solid gray;
  font-weight: normal;
  padding: 0px 10px 0px 10px;
  margin: 0px 5px 0px 5px;
  }

button {
  background-color: white;
  border: 1px solid navy;
  width: 114px;
  border-radius: 8px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  padding: 2px 0px 2px 0px;
  margin: 0px 0px 5px 0px;
  }

img		{
  max-width: 100%;
  height: auto;
  padding: 5px;  
  }

.left {
  float: left; 
  }

.right {
  float: right;
  }

.center {
  text-align: center;
  }

aside {
  float: right;
  }

  
/* For mobile phones */

@media only screen and (max-width: 680px) {
  .menu, .main, .sidebar {
    width: 100%;
  }
}
