* {
  box-sizing: border-box; 
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin: 0;
}
#main {
  display: flex;
  flex: 1;
}
#main > article {
  flex: 1;
  width:500px;
}

#main > nav {
  flex: 0 0 10vw;
  background: white;
}
 
#main > aside {
  flex: 0 0 10vw;
  background: white;
}
#main > nav {
  order: -1;
}
header, footer {
  background: white;
  height: 10vh;
}
header, footer, article, nav, aside {
  padding: 1em;
}
#footer{
    position: absolute; 
    bottom: 20px; 
    left: 4px; 
    right: 4px;
}

.selectBox{
  width:260px;
  height:40px;
  border:1px;
  outline:none;
  background:lightgray;
}
table {
  border-collapse: collapse;
  width: 400px;
  border:0px;
  background:lightgray;
  border-spacing: 0;
}
.selectBox1{
  width:260px;
  height:40px;
  border:1px;
  outline:none;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

      .td
      {
    padding:0 25px;
	border: 1px solid black;
    display: table-cell;
    vertical-align: inherit;

    }
      .td1
      {
    padding:0 25px;
	border: 0px solid black;
    display: table-cell;
    vertical-align: inherit;
	width:75px;

    }	
.selectWrapper{
  border-radius:10px;
  display:inline-block;
  overflow:hidden;
  background:#cccccc;
  border:0px solid #cccccc;
 } 
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:hover
{
background-image:none !important;
background-color:blue !important;
color: white;
}
  
div.text-container {
    margin: 0 auto;
    width: 75%;    
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 2em;
}

.showContent {
    line-height: 1em;
    height: auto;
}
.showContent{
    height: auto;
}

h1 {
    font-size: 24px;        
}
p {
    padding: 10px 0;
}
.show-more {
    padding: 10px 0;
    text-align: center;
}

td {
    width:auto;
    border:none;
}
}

a, a:visited {
    text-decoration:none;
    color: #0000ff;
    font-weight:400;
}
a:link {
  text-decoration: none;
}
.forum-content {
    width:auto;
    height:auto;
    padding:5px 10px;
	border:none;
}
.comments-space {
    width:100%;
    min-height:50px;
    height:auto;
    border:none;
    background:#f0f0f0;
    margin-bottom: 5px;
    padding: 3px 5px;
    text-align: justify;
}
.remaining-content span {
    display:none;
}

.fixed {
    position:fixed;
    width:100%;
    top:0;
    left:0;        
}

input {

-webkit-appearance: checkbox;
-moz-appearance: checkbox;
appearance: checkbox;
}

.srchFilters {
  background-color: white;
  width: 100%;
  overflow-x: auto;

}
.srchRadius {
  display: none;

}

.button {
  background-color: lightgreen;
  color: black;
  border: 0px solid #555555;
}

.button:hover {
  background-color: #555555;
  color: white;
}

.NextPgTop {
  border: 0px solid black;
  border-collapse: collapse;
  display: none;
}

      .searchHeader
      {
    padding:0 0px;
	border: 0px solid black;
    display: table-cell;

    }
	
 /* Style the tab */
.browsetab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.browsetab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.browsetab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.browsetab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.browsecontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
} 

.deep {
  display: none;
}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}	

.progressbar {
  display: none;
}
.progress {
  margin-bottom: 20px;
  display: none;
}

.progress-bar {
  width: 0;
}

.progress .progress-bar {
  transition: unset;
}

  .ui-progressbar {
    position: relative;
  }
  .progress-label {
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
  }	