/* "Whrowhr Bolo and List pages css Styles***************** */


/* "Whrowhr Bolo page css Styles***************** */

#wanted-wrap
	{
	margin:auto;
	margin-top: -12rem;
	width: 70%;
	height: auto;
	color: red;
	border: solid black;
	text-align: center;
	padding: 0px;
	}

#image-wrap
	{
	
	margin:auto;
	width: 70%;
	height: auto;
	color: red;
	border: none;
	}

.p1 
	{
	margin:auto;
	width: 100%;
	height: auto;
	color: red;
	text-align:center;
	border:none;
	font-weight: bold;
	font-size: 5rem;
	padding: 0px;
	}

.p2 
	{
	margin:auto;
	width: 100%;
	height: auto;
	color: black;
	text-align:center;
	border:none;
	font-weight: bold;
	font-size: 3rem;
	padding: 0px;
	}	
	
	
.p3 
	{
	margin:auto;
	width: 90%;
	height: auto;
	color: black;
	text-align:left;
	border:none;
	font-size: 3rem;
	padding: 0px;
	}		
	
#wanted1
	{
	margin:4rem;
	width: 35%;
	height: auto;
	float: left;
	color: blue;
	text-align:center;
	}
	
#wanted2
	{
	margin: 4rem;
	width: 35%;
	height: auto;
	float: left;
	color: blue;
	text-align:center;
	}
	
.wantedpic
	{
	width: 20rem;
	height: 32rem;
	border:solid red .0px;
	outline: .75rem ridge red;
	}
	
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}	





/* "Whrowhr List page css Styles***************** */

#wow-list-wrapper
	{
	
	width: 100%;
	height: auto;
	color: red;
	border: none;
	}

.wow-list
	{
	margin:0rem;
	width: 100%;
	height: auto;
	float: left;
	color: black;
	text-align:left;
	list-style-type:none;
	
	}
	
.wow-list li
	{
	font-size: 3rem;
	font-weight:bold;
	padding-top: 1rem;
	}

#lst-col-a
	{
	float: left;
	padding-left: 5rem;
	width: 50%;
	border: none;
	}

#lst-col-b
	{
	float:left;
	padding-left: 5rem;
	width: 50%;
	border:none;
	}
	
.wow-hdrpara
	{
	margin:auto;
	padding-top: 1rem;
	width: 90%;
	height: auto;
	color: black;
	font-size: 3rem;
	text-align:left;
	}
	
@media screen and (max-width: 700px)
		{
		#lst-col-a {width: 100%;}
		#lst-col-b {width: 100%;}
		}


	
@media screen and (max-width: 700px)
		{
		#wanted1 {width: 100%;}
		#wanted2 {width: 100%;}
		}	