main {
    background-color: rgba(255, 255, 255, 0.9); 
	padding-top: 10px;
	min-height:93vh;
}
#photos img {
	width: 100%;
	margin-bottom: 8px;
  }
  
  
  
  #replytable{
	width:100%;
	display:none;
	position:fixed;
	z-index:20; /*Must be greater than stuff like carousel-indicators, which are 15 */
	
    border: 3px solid green;
    padding: 10px;
	
	left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}