@charset "UTF-8";

		input[type=submit]:hover {
  			background-color: #45a049;
		}
		
		a {
		  text-decoration: none;
		  display: inline-block;
		  padding: 8px 16px;
		}
		
		a:hover {
		  background-color: #ddd;
		  color: black;
		}
		
		.previous {
		  background-color: #f1f1f1;
		  color: black;
		}
		
		.next {
		  background-color: #4CAF50;
		  color: white;
		}
		
		.round {
		  border-radius: 50%;
		}
				
		
		@media only screen and (max-width: 991px) and (min-width: 769px){
		 /* CSS that should be displayed if width is equal to or less than 991px and larger 
		  than 768px goes here */
		  .warp-row {
		  	
		  }
		}
		
		@media only screen and (max-width: 991px){
		 /* CSS that should be displayed if width is equal to or less than 991px goes here */
		}
