﻿.resp_table {
  position: relative;
}

.resp_table .table_layer {
  display: none;
}

.resp_table__wrap {
  overflow-x: auto;
}

.table_layer {
  display: none;
  background: rgba(253, 175, 20, 0.95);
  color: #fff;
  text-shadow: -1px 2px rgba(0, 0, 0, 0.35);
}

.table_layer.sticky {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 760px) {
  .table_layer.sticky {
    display: block;
  }
}

.table_layer__txt {
  padding: 30px 0 30px 45px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  background: url("../../../imgs/widgets/resp_table/hand.png") 0 50% no-repeat;
}

.table_layer__txt p {
  margin: 0;
}

.table_layer__close {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
  position: absolute;
  top: 12px;
  right: 10%;
  width: 20px;
  height: 20px;
  background: url("../../../imgs/widgets/resp_table/close.png") 0 0 no-repeat;
}

.table_layer__close:hover {
  background-position: 0 -20px;
}
