/*@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700,900,100italic,300italic,400italic,700italic,900italic);*/
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic");
/* RESET */
.da-feed .loan ul.feed > li.loan .info .top > div {
  font-size: 1.0em; }

.da-feed .loan .buttons button span {
  white-space: initial; }

.da-feed ul.feed > li.loan .amount > span {
  font-size: initial;
  display: initial;
  white-space: initial; }

.da-feed .loan span {
  float: initial; }

.da-feed ul.feed > li:not(.legend)[data-promotion]:before, .da-feed ul.feed > li:not(.legend)[data-badge\.status=active]:before {
  font-size: 0.7em;
  background: #ffaa17;
  color: #ffffff;
  width: 120px;
  margin-left: -48px;
  margin-top: 14px;
  text-align: center;
  padding: 2px;
  position: absolute;
  z-index: 2;
  left: 0;
  transform: rotate(-60deg); }
.da-feed ul.feed > li:not(.legend)[data-promotion=Anbefalet] {
  border: 1px solid #ffaa17; }
  .da-feed ul.feed > li:not(.legend)[data-promotion=Anbefalet]:before {
    content: attr(data-badge\.text);
    background: #ffaa17; }
.da-feed ul.feed > li:not(.legend)[data-badge\.status=active]:before {
  content: attr(data-badge\.text);
  background: #ffaa17; }
.da-feed ul.feed > li:not(.legend)[data-badge\.text=Favorit]:before .da-feed ul.feed > li:not(.legend)[data-badge\.text=Favoritt]:before {
  background: #4472c4; }
.da-feed ul.feed > li:not(.legend)[data-badge\.text=Billigste]:before {
  background: #70ad47; }
.da-feed ul.feed > li:not(.legend)[data-badge\.text=Tilbud]:before {
  background: #ffc000; }
.da-feed ul.feed > li:not(.legend)[data-promotion=Nyhed] {
  border: 1px solid #8BBEFF; }
  .da-feed ul.feed > li:not(.legend)[data-promotion=Nyhed]:before {
    content: 'Nyhed';
    background: #8BBEFF; }
.da-feed ul.feed > li:not(.legend)[data-promotion=Nyhett] {
  border: 1px solid #8BBEFF; }
  .da-feed ul.feed > li:not(.legend)[data-promotion=Nyhett]:before {
    content: 'Nyhett';
    background: #8BBEFF; }
.da-feed ul.feed > li:not(.legend)[data-promotion=Nyhet] {
  border: 1px solid #8BBEFF; }
  .da-feed ul.feed > li:not(.legend)[data-promotion=Nyhet]:before {
    content: 'Nyhet';
    background: #8BBEFF; }
.da-feed ul.feed > li:not(.legend)[data-promotion=Gratis] {
  border: 1px solid #73D8A2; }
.da-feed ul.feed > li:not(.legend)[data-promotion=Brugernes\ favorit]:before {
  content: 'Favorit';
  background: #73D8A2; }

.da-feed .rating > .star {
  width: 20px;
  height: 10px; }
.da-feed .rating > .star.full > polygon.stroke {
  fill: none;
  stroke: black; }
.da-feed .rating > .star.full > polygon.fill {
  fill: black;
  stroke: none; }
.da-feed .rating > .star.half > polygon.stroke {
  fill: none;
  stroke: black; }
.da-feed .rating > .star.half > polygon.fill.left {
  fill: black;
  stroke: none; }
.da-feed .rating > .star.half > polygon.fill.right {
  fill: none;
  stroke: none; }
.da-feed .rating > .star.empty > polygon.stroke {
  fill: none;
  stroke: black; }
.da-feed .rating > .star.empty > polygon.fill.left {
  fill: none;
  stroke: none; }
.da-feed .rating > .star.empty > polygon.fill.right {
  fill: none;
  stroke: none; }

/* --- */
.da-feed {
  font-family: inherit;
  color: #7b7b7b;
  display: block;
  position: relative;
  flex-grow: 1; }

.da-feed * {
  font-family: 'Open Sans', sans-serif; }

.da-feed li .buttons button {
  display: block;
  background: #5fbf5f !important;
  border: none;
  box-shadow: none;
  height: 45px; }

.da-feed li .buttons button:hover {
  background: #5ec95e !important; }

.da-feed li .buttons button:active {
  padding-top: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }

.da-feed ul.feed {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.da-feed ul.feed > li:not(.legend) {
  position: relative;
  margin: 7px;
  margin-top: 0;
  transition: margin 0.2s, padding 0.2s, border 1s;
  padding: 5px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  text-align: initial;
  margin-bottom: 10px !important; }

.da-feed:not(.static) ul.feed > li:not(.legend):hover {
  margin-left: 0;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.da-feed ul.feed > li.legend {
  width: 100%;
  height: 25px; }

.da-feed ul.feed > li.legend > .legend {
  text-align: center;
  text-decoration: none; }

.da-feed ul.feed > li.legend .legend.asc:after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  border-top: 3px solid #000000;
  margin-left: 3px;
  top: 50%; }

.da-feed ul.feed > li.legend .legend.desc:after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  border-bottom: 3px solid #000000;
  margin-left: 3px;
  top: 50%; }

.da-feed ul.feed > li.legend > .legend label {
  font-size: 0.7em;
  color: #000;
  text-decoration: none; }

.da-feed ul.feed > li.legend > *[data-legend] {
  position: absolute; }

.da-feed ul.feed > li.legend > *[data-legend][data-legend-sort-param] > label {
  cursor: pointer; }

.da-feed ul.feed > li.legend > *[data-legend][data-legend-sort-param]:hover > label {
  text-decoration: underline; }

/* --- LOAN --- */
.da-feed ul.feed > li.loan {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff;
  text-align: left;
  padding-left: 30px;
  padding-right: 10px;
  flex-grow: 1;
  min-height: 100px; }

.da-feed ul.feed > li.loan:not(.legend) {
  position: relative;
  margin: 7px;
  margin-top: 0;
  transition: margin 0.2s, padding 0.2s, border 1s;
  padding: 10px;
  background: #ffffff;
  border: 2px solid #a9d18e;
  border-radius: 15px;
  cursor: pointer;
  overflow: hidden;
  text-align: initial;
  margin-bottom: 10px !important; }

.da-feed ul.feed > li.loan:not(.legend):hover {
  margin-left: 0;
  margin-right: 0;
  padding-left: 17px;
  padding-right: 17px;
  border: 2px solid #bbdaa6; }

.da-feed ul.feed > li.loan .company-logo {
  align-self: stretch;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px; }

.da-feed ul.feed > li.loan .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1; }

.da-feed ul.feed > li.loan .info .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: baseline;
  justify-content: space-around;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px; }

.da-feed ul.feed > li.loan .info .top .currency,
.da-feed ul.feed > li.loan .info .top .type,
.da-feed ul.feed > li.loan .info .top .postfix {
  font-size: 0.7em; }

.da-feed ul.feed > li.loan .info .top > div {
  color: #000;
  font-size: 1.2em;
  width: 120px;
  text-align: center; }

.da-feed ul.feed > li.loan .bottom ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around; }

.da-feed ul.feed > li.loan .bottom ul > li {
  padding: 7px;
  font-size: 0.7em;
  border: 2px solid #47bfeb;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
  white-space: nowrap; }

.da-feed ul.feed > li .buttons {
  align-self: stretch; }

.da-feed ul.feed > li .buttons button {
  height: 100%;
  cursor: pointer;
  background: #7ab33d;
  border: 1px solid #608d30;
  box-shadow: 0px 1px 0px 0px #608d30;
  border-radius: 10px;
  transition: background 0.2s;
  width: 120px; }

.da-feed ul.feed > li .buttons button:hover {
  background: #87c149;
  border: 1px solid #6da037;
  box-shadow: 0px 1px 0px 0px #6da037; }

.da-feed ul.feed > li .buttons button a {
  color: #fff;
  text-decoration: none;
  font-size: 1.3em; }

.da-feed ul.feed > li.loan .buttons button span {
  display: block; }

.da-feed ul.feed > li.loan .highlight {
  font-size: 1.7em; }

/* MOBILE */
@media (max-width: 575px) {
  .da-feed ul.feed > li.loan .amount {
    font-size: 1.8em !important;
    width: 160px !important; }

  .da-feed ul.feed > li.loan .amount > span {
    white-space: nowrap; }

  .da-feed ul.feed > li.loan {
    flex-direction: column; }

  .da-feed ul.feed > li.loan .company-logo {
    height: 90px;
    flex-grow: 1;
    align-self: center; } }
/* --- END LOAN --- */
/* --- AKASSE --- */
.da-feed ul.feed > li.akasser {
  font-size: 0.9em; }

.da-feed ul.feed > li.akasser .info .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 90px;
  padding: 10px; }

.da-feed ul.feed > li.akasser .info .top > div:not(.buttons) {
  width: 200px; }

.da-feed ul.feed > li.akasser .pris-pr-maaned .under-note {
  font-size: 0.7em; }

.da-feed ul.feed > li.akasser .pris-pr-maaned .value {
  font-size: 1.6em;
  color: #000;
  font-weight: 600; }

.da-feed ul.feed > li.akasser .company-logo img {
  max-width: 120px;
  width: 100%; }

/* MOBILE */
@media (max-width: 575px) {
  .da-feed ul.feed > li.akasser .info .top {
    flex-direction: column;
    height: 200px; }

  .da-feed ul.feed > li.akasser .info .top .buttons button {
    width: 100%;
    height: 40px; }

  .da-feed ul.feed > li.akasser .info .top .highlight {
    font-size: 1.7em; } }
/* --- END AKASSE --- */
/* --- LOAN 2 --- */
.da-feed ul.feed > li.loan2 {
  display: flex;
  flex-direction: column; }

.da-feed ul.feed > li.loan2 .rows .info .top {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding-top: 10px;
  flex-grow: 1;
  padding-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  height: 80px;
  font-size: 0.8em; }

.da-feed ul.feed > li.loan2 .rows .info .top > div:not(.buttons) {
  width: 200px;
  text-align: center; }

.da-feed ul.feed > li.loan2 .tuple {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  min-width: 130px; }

.da-feed ul.feed > li.loan2 .amount .value {
  font-size: 1.5em;
  width: 80px;
  text-align: right;
  color: #000; }

.da-feed ul.feed > li.loan2 .amount .postfix {
  padding-left: 3px; }

.da-feed ul.feed > li.loan2 .amount .from {
  display: flex;
  align-items: center;
  justify-content: center; }

.da-feed ul.feed > li.loan2 .amount .from label {
  width: 20px;
  display: inline-block; }

.da-feed ul.feed > li.loan2 .amount .to {
  display: flex;
  align-items: center;
  justify-content: center; }

.da-feed ul.feed > li.loan2 .amount .to label {
  width: 20px;
  display: inline-block; }

.da-feed ul.feed > li.loan2 .company-logo {
  border-radius: 10px; }

.da-feed ul.feed > li.loan2 .company-logo > img {
  width: 100%; }

.da-feed ul.feed > li.loan2 .standard-example {
  font-size: 0.6em;
  border-top: 1px dashed #f3f3f3;
  margin: 5px 10px 10px 10px;
  padding: 5px 0 0 0; }

/* MOBILE */
@media (max-width: 575px) {
  .da-feed ul.feed > li.loan2 .rows .info .top {
    flex-direction: column;
    height: 200px; }

  .da-feed ul.feed > li .buttons button {
    width: 100%;
    height: 50px; }

  .da-feed ul.feed > li.loan2 .amount .from,
  .da-feed ul.feed > li.loan2 .amount .to {
    font-size: 1.2em; }

  .da-feed ul.feed > li.loan2 .amount .value {
    width: 100px; } }
/* --- END LOAN 2 --- */
/* ---- LOAN NO --- */
.da-feed ul.feed > li.loanNO {
  display: flex;
  flex-direction: column; }
  .da-feed ul.feed > li.loanNO .rows .info .top {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
    flex-grow: 1;
    padding-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    height: 80px;
    font-size: 0.8em; }
    .da-feed ul.feed > li.loanNO .rows .info .top > div:not(.buttons) {
      width: 200px;
      text-align: center; }
  .da-feed ul.feed > li.loanNO .tuple {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    min-width: 130px; }
  .da-feed ul.feed > li.loanNO .amount .value {
    font-size: 1.5em;
    width: 80px;
    text-align: right;
    color: #000; }
  .da-feed ul.feed > li.loanNO .amount .postfix {
    padding-left: 3px; }
  .da-feed ul.feed > li.loanNO .amount .from, .da-feed ul.feed > li.loanNO .amount .to {
    display: flex;
    align-items: center;
    justify-content: center; }
    .da-feed ul.feed > li.loanNO .amount .from label, .da-feed ul.feed > li.loanNO .amount .to label {
      width: 20px;
      display: inline-block; }
  .da-feed ul.feed > li.loanNO .company-logo {
    border-radius: 10px; }
    .da-feed ul.feed > li.loanNO .company-logo > img {
      width: 100%; }
  .da-feed ul.feed > li.loanNO .standard-example {
    border-top: 1px dashed #f3f3f3;
    margin: 5px 10px 10px 10px;
    padding: 5px 0 0 0; }
  .da-feed ul.feed > li.loanNO .annonselenke {
    width: 120px;
    text-align: center;
    display: block; }

/* MOBILE */
@media (max-width: 575px) {
  .da-feed ul.feed > li.loanNO .rows .info .top {
    flex-direction: column;
    height: 200px; }
  .da-feed ul.feed > li .buttons button {
    width: 100%;
    height: 50px; }
  .da-feed ul.feed > li .buttons .annonselenke {
    width: 100%; }
  .da-feed ul.feed > li.loanNO .amount .from, .da-feed ul.feed > li.loanNO .amount .to {
    font-size: 1.2em; }
  .da-feed ul.feed > li.loanNO .amount .value {
    width: 100px; } }
/* ---- END LOAN NO --- */
/* --- MAALTIDSKASSER --- */
.da-feed ul.feed > li.maaltidskasser .info .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff;
  text-align: left;
  padding-left: 30px;
  padding-right: 10px;
  flex-grow: 1;
  height: 100px;
  justify-content: space-between; }

.da-feed ul.feed > li.maaltidskasser .info .top > div {
  justify-content: center;
  display: flex;
  flex-direction: column; }

.da-feed ul.feed > li.maaltidskasser .info .top > div:not(.buttons) {
  flex-grow: 1;
  min-width: 100px;
  text-align: center;
  font-size: 0.8em; }

.da-feed ul.feed > li.maaltidskasser .tuple {
  align-items: stretch;
  width: 200px;
  display: flex; }

.da-feed ul.feed > li.maaltidskasser .tuple .company-logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  min-width: 150px; }

.da-feed ul.feed > li.maaltidskasser .tuple .company-logo img {
  max-width: 100%; }

.da-feed ul.feed > li.maaltidskasser .info .top .description {
  min-width: 300px; }

.da-feed ul.feed > li.maaltidskasser .info .top .description li {
  text-align: left; }

.da-feed ul.feed > li.maaltidskasser .highlight .value {
  color: #000;
  font-size: 1.5em; }

.da-feed ul.feed > li.maaltidskasser .under-note {
  font-size: 0.7em; }

.da-feed ul.feed > li.maaltidskasser .description {
  width: 250px;
  font-size: 0.8em;
  padding-left: 10px; }

.da-feed ul.feed > li.maaltidskasser .description ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.da-feed ul.feed > li.maaltidskasser .description ul > li {
  text-align: left;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px; }

.da-feed ul.feed > li.maaltidskasser .description ul > li:before {
  width: 16px;
  height: 16px;
  content: '\00a0';
  position: absolute;
  margin-left: -20px;
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDk3LjYxOSA5Ny42MTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDk3LjYxOSA5Ny42MTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNOTYuOTM5LDE3LjM1OEw4My45NjgsNS45NTljLTAuMzk4LTAuMzUyLTAuOTI3LTAuNTMxLTEuNDQ5LTAuNDk0QzgxLjk5LDUuNSw4MS40OTYsNS43NDMsODEuMTQ2LDYuMTQyTDM0LjEsNTkuNjg4ICAgTDE3LjM3MiwzNy41NDdjLTAuMzE5LTAuNDIyLTAuNzk0LTAuNzAxLTEuMzE5LTAuNzczYy0wLjUyNC0wLjA3OC0xLjA1OSwwLjA2NC0xLjQ4MSwwLjM4NUwwLjc5NCw0Ny41NjcgICBjLTAuODgxLDAuNjY2LTEuMDU2LDEuOTItMC4zOSwyLjgwMWwzMC45NzQsNDAuOTk2YzAuMzYyLDAuNDc5LDAuOTIyLDAuNzcxLDEuNTIyLDAuNzkzYzAuMDI0LDAsMC4wNDksMCwwLjA3MywwICAgYzAuNTc0LDAsMS4xMjItMC4yNDYsMS41MDMtMC42OGw2Mi42NDQtNzEuMjk3Qzk3Ljg1LDE5LjM1MSw5Ny43NjksMTguMDg2LDk2LjkzOSwxNy4zNTh6IiBmaWxsPSIjOTFEQzVBIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) center center no-repeat;
  background-size: 10px 10px; }

.da-feed ul.feed > li.maaltidskasser .buttons {
  margin: 10px 0 10px 10px; }

/* MOBILE */
@media (max-width: 575px) {
  /*.da-feed ul.feed > li.maaltidskasser .buttons {*/
  /*height: 50px;*/
  /*align-self: flex-end;*/
  /*}*/
  /*.da-feed ul.feed > li.maaltidskasser .info .top {*/
  /*height: 200px;*/
  /*flex-wrap: wrap;*/
  /*}*/
  /*.da-feed ul.feed > li.maaltidskasser .info .top .pris-pr-uge {*/
  /*width: 0;*/
  /*}*/
  /*.da-feed ul.feed > li.maaltidskasser .info .top .pris-pr-uge .highlight .value {*/
  /*font-size: 1.7em;*/
  /*}*/
  .da-feed ul.feed > li.maaltidskasser .info .top {
    flex-direction: column;
    height: auto; }

  .da-feed ul.feed > li.maaltidskasser .info .top .highlight {
    font-size: 2em; }

  .da-feed ul.feed > li.maaltidskasser .info .top .buttons > button {
    width: 100%;
    height: 40px; } }
/* --- END MAALTIDSKASSER --- */
/* ---- BLACKFRIDAY DK --- */
.da-feed ul.feed > li.blackfriday {
  display: flex;
  flex-direction: column; }
  .da-feed ul.feed > li.blackfriday .rows .info .top {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
    flex-grow: 1;
    padding-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    height: 80px;
    font-size: 0.8em; }
    .da-feed ul.feed > li.blackfriday .rows .info .top > div:not(.buttons) {
      width: 200px;
      text-align: center; }
  .da-feed ul.feed > li.blackfriday .tuple {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    min-width: 130px; }
  .da-feed ul.feed > li.blackfriday .category, .da-feed ul.feed > li.blackfriday .discount {
    font-size: 1.2em; }
  .da-feed ul.feed > li.blackfriday .company-logo {
    border-radius: 10px; }
    .da-feed ul.feed > li.blackfriday .company-logo > img {
      width: 100%; }

/* MOBILE */
@media (max-width: 575px) {
  .da-feed ul.feed > li.blackfriday .rows .info .top {
    flex-direction: column;
    height: 200px; }
  .da-feed ul.feed > li .buttons button {
    width: 100%;
    height: 50px; }
  .da-feed ul.feed > li .buttons .annonselenke {
    width: 100%; }
  .da-feed ul.feed > li.blackfriday .amount .from, .da-feed ul.feed > li.blackfriday .amount .to {
    font-size: 1.2em; }
  .da-feed ul.feed > li.blackfriday .amount .value {
    width: 100px; } }
/* --- LOAN 2 --- */
/* MOBILE */
/* --- END LOAN 2 --- */
.da-feed ul.feed > li.webhosting {
  display: flex;
  flex-direction: column; }
  .da-feed ul.feed > li.webhosting .rows .info .top {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
    flex-grow: 1;
    padding-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    height: 80px;
    font-size: 0.8em; }
    .da-feed ul.feed > li.webhosting .rows .info .top > div:not(.buttons) {
      width: 200px;
      text-align: center; }
  .da-feed ul.feed > li.webhosting .tuple {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    min-width: 130px; }
  .da-feed ul.feed > li.webhosting .amount .value {
    font-size: 1.5em;
    width: 80px;
    text-align: right;
    color: #000; }
  .da-feed ul.feed > li.webhosting .amount .postfix {
    padding-left: 3px; }
  .da-feed ul.feed > li.webhosting .amount .from {
    display: flex;
    align-items: center;
    justify-content: center; }
    .da-feed ul.feed > li.webhosting .amount .from label {
      width: 20px;
      display: inline-block; }
  .da-feed ul.feed > li.webhosting .amount .to {
    display: flex;
    align-items: center;
    justify-content: center; }
    .da-feed ul.feed > li.webhosting .amount .to label {
      width: 20px;
      display: inline-block; }
  .da-feed ul.feed > li.webhosting .company-logo {
    border-radius: 10px; }
    .da-feed ul.feed > li.webhosting .company-logo > img {
      width: 100%; }
  .da-feed ul.feed > li.webhosting .standard-example {
    font-size: 0.6em;
    border-top: 1px dashed #f3f3f3;
    margin: 5px 10px 10px 10px;
    padding: 5px 0 0 0; }

@media (max-width: 575px) {
  .da-feed ul.feed > li.webhosting .rows .info .top {
    flex-direction: column;
    height: 200px; }
  .da-feed ul.feed > li.webhosting .amount .from {
    font-size: 1.2em; }
  .da-feed ul.feed > li.webhosting .amount .to {
    font-size: 1.2em; }
  .da-feed ul.feed > li.webhosting .amount .value {
    width: 100px; }
  .da-feed ul.feed > li .buttons button {
    width: 100%;
    height: 50px; } }
.da-feed ul.feed > li.broadband .info {
  color: #000; }
  .da-feed ul.feed > li.broadband .info .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
    text-align: left;
    padding-left: 30px;
    padding-right: 10px;
    flex-grow: 1;
    height: 100px;
    justify-content: space-between; }
    .da-feed ul.feed > li.broadband .info .top > div {
      justify-content: center;
      display: flex;
      flex-direction: column; }
      .da-feed ul.feed > li.broadband .info .top > div:not(.buttons) {
        flex-grow: 1;
        min-width: 100px;
        text-align: center;
        font-size: 1em; }
    .da-feed ul.feed > li.broadband .info .top .description {
      min-width: 300px; }
      .da-feed ul.feed > li.broadband .info .top .description li {
        text-align: left; }
.da-feed ul.feed > li.broadband .tuple {
  align-items: stretch;
  width: 200px;
  display: flex; }
  .da-feed ul.feed > li.broadband .tuple .company-logo {
    display: flex;
    align-items: center;
    max-width: 200px;
    min-width: 150px; }
    .da-feed ul.feed > li.broadband .tuple .company-logo img {
      max-width: 100%; }
.da-feed ul.feed > li.broadband .speed div {
  font-size: 1.5em; }
.da-feed ul.feed > li.broadband .buttons {
  margin: 10px 0 10px 10px; }

@media (max-width: 575px) {
  .da-feed ul.feed > li.broadband .info .top {
    flex-direction: column;
    height: auto; }
    .da-feed ul.feed > li.broadband .info .top .highlight {
      font-size: 2em; }
    .da-feed ul.feed > li.broadband .info .top .buttons > button {
      width: 100%;
      height: 40px; }
  .da-feed ul.feed > li.legend {
    display: none; } }
@media (max-width: 950px) {
  .da-feed .hide-950 {
    display: none !important; } }
@media (max-width: 850px) {
  .da-feed .hide-850 {
    display: none !important; } }
@media (max-width: 750px) {
  .da-feed .hide-750 {
    display: none !important; } }
@media (max-width: 650px) {
  .da-feed .hide-650 {
    display: none !important; } }
@media (max-width: 550px) {
  .da-feed .hide-550 {
    display: none !important; } }
@media (max-width: 450px) {
  .da-feed .hide-450 {
    display: none !important; } }
@media (max-width: 350px) {
  .da-feed .hide-350 {
    display: none !important; } }
@media (max-width: 250px) {
  .da-feed .hide-250 {
    display: none !important; } }

/*# sourceMappingURL=feed.v2.css.map */
