@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;  
}

.maintext:hover {
    color: #666;
    text-decoration: none;
 	
}

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: 110%;
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;
  height: 243px;
padding-bottom: 10px;
  padding-bottom: 0;
  margin-left: 20px;
  
}


.hero { 
	height: auto;
	width: 110%;
	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: 100%;
	font-family: arial, sans-serif;
	height: auto;
	padding-left: 0px;
	margin: 0;
	box-sizing: border-box;
	padding-top: 0px;
    border-bottom: 1px solid #e6e6e6;
  padding-bottom: 3px;
  min-height: 60px;

}

.last .text{
border-bottom: 0;
}

.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;
}

.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 {
  color: #999;
  display: flex;
  font-size: 12px;
  position: absolute;
  right: -20px;
  bottom: 4px;
  font-weight: 400;
  z-index: 1;
  width: 170px;
  -webkit-font-smoothing: antialiased;
}

.sub-line2 a {
  font-size: 12px;
  color: #999;
  text-decoration: none;
  font-weight: 600;
}

.sub-line2 > :nth-child(2) {
  width: 100px;
}

.sub-line2 img {
  width: 60px;
  height: auto;
  border: none;
  outline: none;
}

.sub-line2{
    display: flex;
    align-content: center;
    align-items: flex-start;
}

.sub-line2 span{
      font-family: Arial, sans-serif;
    font-weight: bold;
  color: #404040;
  padding-left: 2px;
}

img.dianomi-lg {
    display: inline;
}
  img.dianomi-lg2 {
    display: none;
    max-width: 25px;
    height: auto;
    filter: invert(1);
    padding: 0;
}

@media screen and (max-width: 280px){
img.dianomi-lg {
    display: none;
}
  img.dianomi-lg2 {
    display: inline;
}
      .sub-line2 span {
      padding: 0px;
    }
  .sub-line2{
  bottom: 4px;
        align-items: center;
        align-content: center;
    align-items: center;
  }
}


@media (max-width: 440px){

.hero { 
	height: auto;
	width: 100%;
  }
}
