@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap');


body,
html {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	width: 100%;
}

body{
	padding: 0px;
	box-sizing: border-box;
    border: 1px solid #ccc;
    border-top-width: 6px;
  overflow: hidden;
}

.maintext:hover {
    color: #0273cf;
    text-decoration: none;
    text-decoration: underline;

 	
}

a{
text-decoration: none;}

.line2 {
   color: #1a1a1a!important;
    line-height: 20px !important;
    font-size: 14px!important;
    text-transform: none !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold!important;
margin-bottom: 5px;
position: relative;
float: none;
right: 0;
width: 120%;
left: 0%;
  padding-bottom: 5px;
             border-bottom: 1px solid #ccc;
margin-left: -20px;
  padding-left: 20px;
	}


.wrapper {
	width: 85%;
	box-sizing: border-box;
	padding:0px 0;
	background: #fff;
	box-sizing: border-box;
	padding-bottom:0px;
	height: 250px;
           border-top: 0px solid #ccc;
    padding: 3px 0 0 0;
display: table;
position: relative;
height: auto;
padding-bottom: 10px;
  padding-bottom: 6px;
  margin-left: 20px;
}


.hero { 
	height: auto;
	width: 100%;
	float: none;
	padding: 5px 0px;
}

.subhero {
	display: block;  
	vertical-align:middle;
	height:auto;
               border-bottom: 0px solid #e6e6e6;

}

.text {
	text-decoration: none;
	float: none;
	width: 110%;
	font-family: arial, sans-serif;
	height: auto;
	padding-left: 0px;
	margin: 0;
	box-sizing: border-box;
	padding-top: 0px;
    border-bottom: 1px solid #e6e6e6;


}

.heading_top,
.heading {
	display: none;
}

.maintext {	color:#1a1a1a !important;;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: normal !important;
margin-right: 5px;
  text-decoration: underline;
  text-decoration-color: #b3b3b3;
}

.dianomi_provider_short {
	    color: #808080;
display:inline-block !important;
    font-family: 'Roboto Condensed', sans-serif;
	text-transform: none;
	font-size: 11px;
	padding-top:2px;
	text-decoration:none;
	line-height: 14px;
    font-weight: normal;
}

.action {
	display: none;
}


.sub-line2 {
    position: absolute;

  top: 8px !important;
  right: -65px;
  z-index: 1;
  display: flex;
  align-items: flex-start;

  font-size: 12px;
  font-weight: 400;
  color: #999;

  -webkit-font-smoothing: antialiased;
}

.sub-line2 a {
  font-size: inherit;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}

.sub-line2 > :nth-child(2) {
  width: 100px;
}

.sub-line2 img {
  width: 60px;
  height: auto;
  border: 0;
  outline: 0;
}

.sub-line2 span {
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: #404040;
  padding-left: 2px;
}

img.dianomi-lg {
  display: inline;
}

img.dianomi-lg2 {
  display: none;
  max-width: 25px;
  height: auto;
  filter: invert(1);
}

@media screen and (max-width: 540px){

  .sub-line2{
  right: -30px;
  
  }
  
  img.dianomi-lg {
    display: none;
  }

  img.dianomi-lg2 {
    display: inline;
  }

  .sub-line2 {
    top: 2px !important;
    align-items: center;
  }

  .sub-line2 span {
    padding: 0;
  }

}