body {
  background-color: white;
  font-family: "Times New Roman", Times, serif;
}

.OverAllGreyBox{

  margin-left: auto;
  margin-right: auto;
  width: 30%;
  background-color: lightgrey;
  padding: 5px;
  border-radius: 4px;
 }


 @media only screen and (max-width: 600px)
 {
 	.OverAllGreyBox
   {
 		width: 95%;
 	}
 }

/* Top Munu styles */

 .topMenuBox
 {
   background-color: #333;
   margin-bottom: 2px;
   height: 30px;
   padding: 10px;

 }

 .topMenuLogo
 {
   height: 100%;
 }

 #topMenuPageText
 {
   border-left: 2px solid lightgrey;
   display: inline-block;
   color: lightgrey;
   font-size: 16px;
   height: 80%;
   vertical-align: top;
   font-style: italic;
   padding-top: 6px;
   padding-left: 5px;
   margin-left: 5px;
   opacity: 50%;


 }


/*Comments styles */


 .CommentTittle
 {
 	margin-top: 5px;
 	margin-bottom: 5px;
 	color: grey;
 	text-align: center;
 	font-size: 16px;

 }

 .CommentTittle:hover {
 	font-weight: bold;

 }

 .allCommentsBox
 {
   border: 1px solid #E5E5E5;
   padding-top: 5px;
   padding-left: 5px;
   padding-right: 5px;
  }

  .commentInputBox
  {
 	width: 100%;
 	border: none;
 	border-radius: 0px;
     background-color: white;
 	padding-left: 5px;
 	padding-right: 5px;
 	font-size: 16px;
  }

  .commentsBox {
 	margin-top: 5px;
 	margin-bottom: 5px;
 	border: 1px solid #E5E5E5;
 	padding: 5px;

 }

 .commentsText {
 	color: grey;
 	font-size: 14px;
 	font-style: italic;
 	background-color: #E5E5E5;
 	padding: 4px;
 }

 .numAndDate
 {
 	border-bottom: 1px solid #E5E5E5;
 	color: grey;
 	font-size: 10px;
 	height: 12px;
 }



 .commentsNumber {
 	  display: inline-block;
 	  margin: 0px;
 }

 .commentsDate {
 	  display: inline-block;
 	  float: right;
 	  margin: 0px;
 }


 #rotateScreen
 {
   z-index: 1;
   height: 100%;
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background-color: black;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 #rotateScreen h1
 {
   position: absolute;
   text-align: center;
   width: 100%;
   top: 100px;
   color: grey;

 }
