﻿#Container {
  width: 700px;
  min-width: 320px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 18px; color: #333;
  padding: 4px;
  text-align: left; 
}

#header {
  font-size: large;
}

#comfoot {
  text-align:center;
}

#combobox {
  z-index: 99999999;
  background-color: white;
  color: black;
  border: solid 1px black;
  padding: 0px;
  cursor: pointer;

position: absolute;
/*left: 80%;
top: 75px;*/
  max-height: 300px;
  overflow-y: scroll;
}
#combobox div {
  padding: 1px;
  border-bottom: solid 1px #cccccc;
}
#combobox div:hover {
  background-color: #cccccc;
}
    .stack-top{
        z-index: 999999999999;

    }

#listbutton{
position: absolute;
left: 80%;
top: 30px;
}

#newspaper{
 width:70%;

}

