/******
TUR TABLE
******/
.playoff-tittle {
padding: 10px;
font-family: 'Play', sans-serif;
font-size: 16px;
color: #FFFFFF;
font-weight: bold;
width: 254px;
background: #27ac60;
background: -moz-linear-gradient(top, #27ac60 0%, #1f7f49 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#27ac60), color-stop(100%,#1f7f49));
background: -webkit-linear-gradient(top, #27ac60 0%,#1f7f49 100%);
background: -o-linear-gradient(top, #27ac60 0%,#1f7f49 100%);
background: -ms-linear-gradient(top, #27ac60 0%,#1f7f49 100%);
background: linear-gradient(to bottom, #27ac60 0%,#1f7f49 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27ac60', endColorstr='#1f7f49',GradientType=0 );
}
#playoff { width: 274px; background: url(../images/ice-bg.jpg); font-family: 'Play', sans-serif; padding-bottom: 10px;}
table.tur-table { width: 100%; border-collapse: collapse; table-layout: fixed; margin-bottom:7px; }
table.tur-table thead { color: #fff; text-align: center; font-weight: normal; }
table.tur-table thead th { height: 26px; line-height: 26px; font-size: 14px; background-color: #DFDFDF; font-weight: normal; color: #333 }
table.tur-table thead td { padding: 2px 0px; }
table.tur-table thead td.west { background: #19549a; /* Old browsers */
background: -moz-linear-gradient(top,  #19549a 0%, #254966 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#19549a), color-stop(100%,#254966)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #19549a 0%,#254966 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #19549a 0%,#254966 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #19549a 0%,#254966 100%); /* IE10+ */
background: linear-gradient(to bottom,  #19549a 0%,#254966 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19549a', endColorstr='#254966',GradientType=0 ); /* IE6-9 */
}
table.tur-table thead td.east {
background: #27ac60;
background: -moz-linear-gradient(top, #27ac60 0%, #1f7f49 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#27ac60), color-stop(100%,#1f7f49));
background: -webkit-linear-gradient(top, #27ac60 0%,#1f7f49 100%);
background: -o-linear-gradient(top, #27ac60 0%,#1f7f49 100%);
background: -ms-linear-gradient(top, #27ac60 0%,#1f7f49 100%);
background: linear-gradient(to bottom, #27ac60 0%,#1f7f49 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27ac60', endColorstr='#1f7f49',GradientType=0 );
}
table.tur-table tbody td { /*border: solid 1px #c8cfd5;*/ vertical-align: top; padding: 5px 5px; font-size:12px; }
table.tur-table table { width: 100%; font-weight: normal; line-height: 14px; }
table.tur-table table td { border: none; background: none; padding: 0px; }
table.tur-table table td.count { text-align: right; width: 5px; font-size: 14px; font-weight: bold; }
table.tur-table table.west td.count { color: #19549a; }
table.tur-table table.east td.count { color: #27ac60; }
table.tur-table table td.numb { width: 10px; color:#444; font-style:italic; text-align:left; }