/*!
 * TableExport.js v5.0.0-rc.11 (https://www.travismclarke.com)
 *
 * Copyright (c) 2017 - Travis Clarke - https://www.travismclarke.com
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

 * http://www.apache.org/licenses/LICENSE-2.0

 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 */
.top {
   caption-side: top;
}
.bottom {
   caption-side: bottom;
}
.button-default,
.button-default:active,
.button-default:focus,
.button-default:hover {
   text-decoration: none;
}
.button-default {
   font: 700 12px sans-serif;
   color: #222;
   cursor: pointer;
   padding: 5px;
   margin: 5px;
}
.button-default.csv:before,
.button-default.txt:before,
.button-default.xls:before,
.button-default.xlsx:before {
   content: none;
}
.csv,
.txt,
.xls,
.xlsx {
   margin: 4px 0;
}
.csv:before,
.txt:before,
.xls:before,
.xlsx:before {
   margin-right: 10px;
   padding: 11px 15px 12px;
   box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}
.xlsx:before {
   content: "";
   background: #006400 url(xlsx.svg) no-repeat center;
}
.xls:before {
   content: "";
   background: green url(xls.svg) no-repeat center;
}
.csv:before {
   content: "";
   background: #00f url(csv.svg) no-repeat center;
}
.txt:before {
   content: "";
   background: purple url(txt.svg) no-repeat center;
}
