       
#primoQueryTemp {
  border-top-width:1px;
  height:30px;
  border-left:1px solid #ccc;

}

.primo_input {
  display:block;
  padding: 40px 0 10px 10%;
  background-color: #FFF;
}

.primo_links {
  padding: 0 0 20px 10%;
  background-color: #fff;
  color: #781126;
}

#simple {
  width:100%;
}

.primo_input input[type=text] {
  width: 80% !important;            
  height:40px !important;
  border-color: #ccc;
  color:#000;
}

.primo_tab {
  width:15%;
  display:inline-block;
  padding: .8em .9em; 
  background: #781126; /**/
  color: #fff;
  text-align:center;
  vertical-align:middle;
  border: 1px solid #ccc;
  margin-right:-4px;
}

.primo_tab label {
  margin:0 !important;
  left: 1px; 
  color:inherit;
}
.primo_tab [type=radio] {
  display: none;   
}

.primo_tab:hover {
  background: #fff; /**/
  color: #781126;
}


.primo_tab_checked {
  background: #fff;
  color:#000;
}

		
.screenreader { position: absolute; top: 0; left: -9999px; }

fieldset {
  display: block;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  /*padding-block-start: 0em;*/
  padding-inline-start: 0em;
  /*padding-inline-end: 0em;
  padding-block-end: 0em;*/
  min-inline-size: min-content;
  border: none;
  width:100%;
  padding: 0px;
}

input[type=text] { display:inline}
input[type=submit] { display:inline}

#go {

 color:#FFF; 
  height:40px;
  background-color:#781126;
  border:1px solid #ccc;
  font-size: 1.0625rem;
  position: relative;
  line-height: 1.667;
  text-transform:none;
  padding-left: 45px;
  padding-right:15px;
}
#go::before {  
  content: url('data:image/svg+xml; utf8, <svg viewBox="0 0 31.662 31.662" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="M13 26C5.8 26 0 20.2 0 13S5.8 0 13 0s13 5.8 13 13-5.8 13-13 13zm0-24C6.9 2 2 6.9 2 13s4.9 11 11 11 11-4.9 11-11S19.1 2 13 2zm9.682 19.267l8.98 8.98-1.414 1.414-8.98-8.98z"></path></svg>');
  width: 20px;
  height: 20px;
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
}

.primo_tab_svg {  
  
  width: 20px;
  height: 20px;
  position:absolute;
  top: 71%;
  transform: translateY(-30%);
  left:82%;
}

.primo_submit{
 background-color:#781126; 
}


































