﻿.footable th {
    padding: 10px 3px;
    border-left: 1px solid #bbbbbb;
    /* background-color: #206c98; */
    color: #ebf3fc;
    background-color: #010a16;
    /*background-image: -webkit-gradient(linear,left top,left bottom,from(#ebf3fc),to(#dce9f9));
    background-image: -webkit-linear-gradient(top,#ebf3fc,#dce9f9);
    background-image: -moz-linear-gradient(top,#ebf3fc,#dce9f9);
    background-image: -ms-linear-gradient(top,#ebf3fc,#dce9f9);
    background-image: -o-linear-gradient(top,#ebf3fc,#dce9f9);*/
    background-image: linear-gradient(to bottom,#5bc0de,#55b6d3);
    -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 80%) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgb(255 255 255 / 80%) inset;
    border-top: 0;
}
