/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15-Feb-2018, 20:25:11
    Author     : Reach U Solutions
*/
#pkwn_search-result-container{
  margin: calc(150 * 100vw / 1600) 0;
  padding: 0 20%;
}
#pkwn_search-result-query-container{
  margin-bottom: calc(30 * 100vw / 1600);
}
#pkwn_search-result-container h3{
  font-size: 125%;
  margin-top: calc(30 * 100vw / 1600);
  margin-bottom: calc(10 * 100vw / 1600);
}
#pkwn_search-result-container a{
  color: #111;
}
#pkwn_search-result-container p{
  font-size: 80%;
  line-height: 1.7em;
}