﻿/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  background: #fcf9f4;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px 0px 100px 0px;
}

.wrap-table100 {
  width: 960px;
  border-radius: 10px;
  overflow: hidden;
}

.table {
  width: 100%;
  display: table;
  margin: 0;
}

@media screen and (max-width: 900px) {
  .table {
    display: block;
  }
}

.tablerow {
  display: table-row;
  background: #f7eddf;
}

.tablerow.header {
  color: #330000;
  background: #d88d30;
}

.tablerow.bottom {
  color: #330000;
  background: #d88d30;
}

@media screen and (max-width: 900px) {
  .tablerow {
    display: block;
  }

  .tablerow.header {
    padding: 0;
    height: 0px;
  }

  .tablerow.header .cell {
    display: none;
  }

  .tablerow .cell:before {
    font-family: notosans-bold, sans-serif;
    font-size: 15px;
    color: #330000;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}

.cell {
  display: table-cell;
}

@media screen and (max-width: 900px) {
  .cell {
    display: block;
  }
}

.tablerow .cell {
  font-family: notosans-regular, sans-serif;
  font-size: 15px;
  color: #330000;
  font-weight: normal;
  padding: 0 0 0 0;
  border-bottom: 1px solid #d88d30;
}

.tablerow .cell b {
  font-family: notosans-bold, sans-serif;
  font-size: 15px;
  color: #330000;
  font-weight: bold;
  padding: 0 0 0 0;
}

.tablerow .cell a {
  font-family: notosans-regular, sans-serif;
  font-size: 15px;
  color: #330000;
  font-weight: normal;
  padding: 0 0 0 0;
}

.tablerow .cell a span {
  font-family: notosans-bold, sans-serif;
  font-weight: bold;
}

.tablerow .cell a:hover { color: #d88d30; }

.tablerow.header .cell {
  font-family: notosans-bold, sans-serif;
  font-size: 18px;
  color: #330000;
  line-height: 1.2;
  font-weight: bold;
  padding: 19px 0 19px 0;
}

.tablerow.bottom .cell {
  font-family: notosans-regular, sans-serif;
  font-size: 15px;
  color: #330000;
  font-weight: normal;
  padding: 0 0 0 0;
  border-bottom: 0px;
}

.tablerow .cell:nth-child(1) {
  width: 80px;
  padding-left: 10px;
}

.tablerow .cell:nth-child(2) {
  width: 220px;
}

.tablerow .cell:nth-child(3) {
  width: 220px;
}

.tablerow .cell:nth-child(4) {
  width: 220px;
}

.tablerow .cell:nth-child(5) {
  width: 220px;
}



.table, .row {
  width: 100% !important;
}

@media (max-width: 900px) {
  .tablerow {
    border-bottom: 1px solid #330000;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 15px;
    margin: 0;
  }
  
  .tablerow .cell:before {
/* Isompi fontti (15px:n sijasta 20px), kun taulukosta tulee lista: */    
    font-size: 20px;
  }
  
  .tablerow .cell {
    border: none;
/* Isompi fontti (15px:n sijasta 20px), kun taulukosta tulee lista: */    
  	font-size: 20px;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tablerow .cell b {
	font-family: notosans-bold, sans-serif;
/* Isompi fontti (15px:n sijasta 20px), kun taulukosta tulee lista: */    
  	font-size: 20px;
	color: #330000;
    font-weight: bold;
	padding: 0 0 0 0;
  }

  .tablerow .cell a {
    border: none;
/* Isompi fontti (15px:n sijasta 20px), kun taulukosta tulee lista: */    
  	font-size: 20px;
/* Isompi riviväli tanssien nimien valiin */
    line-height: 1.8;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .tablerow .cell a span {
    font-family: notosans-bold, sans-serif;
    font-weight: bold;
  }

  .tablerow .cell a:hover { color: #d88d30; }
  
  .tablerow.bottom .cell {
    border-bottom: 0px;
  }

  
  .tablerow .cell:nth-child(1) {
    padding-left: 30px;
  }
  
  .table, .tablerow, .cell {
    width: 100% !important;
  }
}