﻿
h3 {
    font-size: 1em;
}

a,a:hover,a:visited {
    color: black;
}

.banner {
    /*background-image: url(../img/torpeda2.jpg);*/
    background-image: url(../img/banner2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 400px;
    border: none;
    margin-bottom:20px;
    position: relative;
}

.logo {
    /* background: #aaa; */
    /* display: block; */
    color: white;
    padding: 10px 20px;
    font-size: 30px;
    text-shadow: 1px 1px 5px #000;
    margin: 10px;
    background-color: rgba(10,10,10,0.5);
    border-radius: 10px;
}
@media only screen and (max-width: 480px) {
    .logo {
        float: left;
    }
}

.slogan {
    position: absolute;
    bottom: 0;
    /*left: 0;
    right: 0;*/
    color: white;

  left: 50%;
  transform: translateX(-50%);

    padding: 10px 20px;
    font-size: 20px;
    text-shadow: 1px 1px 5px #000;
    margin: 10px;
    background-color: rgba(10,10,10,0.5);
    border-radius: 10px;

}


.copyright {
  width:auto;
  /*float:left;*/
  /*font-family:tahoma, sans-serif;*/
  text-align: left;
  /*padding: 10px;*/
  padding-bottom: 1em;
  /*margin-right: 3em;*/
}
.webmaster {
  float: right;
  font-family:tahoma, sans-serif;
  /*padding: 10px;*/
  padding-bottom: 1em;
}
@media only screen and (max-width:640px) {
    .footer {
        padding-bottom: 1em;
    }
    .copyright {
      float: none;
    }
    .webmaster {
      float: none;
    }
}



/* #region table */


table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 0 2em 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table tr:hover {
  background: #f0f0f0;
}
table th,
table td {
  /*padding: .625em;*/
  /*text-align: center;*/
  padding: 1em 1.5em;
  text-align: left;
}
/*table th.col-first,
table td.col-first {
  width: 50%;
}*/
table th.text-right,
table td.text-right {
  text-align: right;
}


table th {
  /*font-size: .85em;
  letter-spacing: .1em;*/
  /*text-transform: uppercase;*/
}
@media screen and (max-width: 500px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
table tr:hover {
  background: #f8f8f8;
}

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    /*font-size: .8em;*/
    text-align: right;
  }
  table td:hover {
      background: #f0f0f0;
  }
  table td.td-no-th {
    text-align: left;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
  }
  table td:first-child {
      font-weight: bold;
  }
  table td:first-child:before {
      font-weight: bold;
  }
  table td:last-child {
    border-bottom: 0;
  }
}


/*.tg {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #ccc;
    background-color: #f9f9f9;
}

    .tg tr:hover {
        background-color: #f0f0f0;
    }

    .tg td {
        font-family: Arial, sans-serif;
        font-size: 14px;
        padding: 10px 17px;
        border-style: solid;
        border-width: 0px;
        overflow: hidden;
        word-break: normal;
        border-color: #ccc;
        color: #333;
        border-top-width: 1px;
        border-bottom-width: 1px;
        vertical-align: top;
    }


    .tg .tg-right {
        text-align: right;
    }


@media screen and (max-width: 500px) {
    table, tr, td {
        display: block;
    }
}*/

/*@media screen and (max-width: 767px) {
    .tg {
        width: auto !important;
    }

        .tg col {
            width: auto !important;
        }

    .tg-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}*/

/* #endregion table */
