#kino-1 > h2 {
  background: #f39800;
}

#kino-2 > h2 {
  background: #0068b6;
}

#kino-3 > h2 {
  background: #44af35;
}

#kino-4 > h2 {
  background: #e50012;
}

h1+p,
.maincap {
  margin: 0;
}

h1+p small {
  display: inline-block;
  margin-left: .5em;
}

.maincap img {
  display: inline-block;
  height: 3.5em;
  margin-right: 1em;
}

.fxtbl {
  padding: 0 !important;
}

.fxtbl dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.fxtbl dt,
.fxtbl dd {
  width: 70%;
  padding: .4em;
  margin: 0;
  border-radius: initial;
  border-bottom: 1px solid #e9474d;
}
.fxtbl dt:last-of-type,
.fxtbl dd:last-of-type {
  border-bottom: 0!important;
}

.fxtbl dt {
  width: 30%;
  background-color: #f2d1d5;
  font-weight: bold;
  border-right: 1px solid #e9474d;
}

.fxtbl dt small,
.fxtbl dd small {
  margin-bottom: 0;
}

.specico {
  width: 7em;
}

.spectbl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0 !important;
  border: none !important;
}

.spectbl img {
  margin: 0 0 2% 0;
}

section.estimate form>img {
  max-width: 150px;
}

section.estimate dl.size60 {
  border-top: 2px solid #e9474d;
}

section.estimate dl.size75 {
  border-top: 2px solid #5084c4;
}

#extlink li:nth-last-of-type(3) {
  font-size:initial;
}

#extlink li {
  width: 25%;
}

#inplink li:nth-of-type(1) a {
  background: #ED6C00;
}
#inplink li:nth-of-type(2) a {
  background: #3C80B6;
}
#inplink li:nth-of-type(3) a {
  background: #5EA23A;
}
#inplink li:nth-of-type(4) a {
  background: #CA4768;
}


@media (min-width: 768px) {
  .spectbl img {
    width: 48%;
  }
  .spectbl img:nth-of-type(2n+1) {
    margin: 0 0 2% 2%;
  }
  #extlink  li {
    width: calc((100% - 32px)/4);
    border:none!important;
  }
}