/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.vaxelfunktioner th,
.vaxelfunktioner td {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}
.vaxelfunktioner th.column-1,
.vaxelfunktioner td.column-1 {
    font-size: 13px;
    line-height: 15px;
    text-align: left;
}
.vaxelfunktioner tr.row-1 th {
    background: #25323a;
    color:#fff;
}

.vaxelfunktioner td.column-1 {
 width: 25%;
}

.vaxelfunktioner td.column-2 {
}

.fas.fa-question-circle {
  font-size: 11px;
  margin-left: 5px;
}

span.info-icon {
    font-size: 11px;
    color: #333;
    background-color: #f2f2f2;
    border-radius: 100%;
    padding: 0 5px;
    line-height: 14px;
    display: inline-block;
    font-weight: 800;
}

.tablepress td {
    position: relative;
}
.tablepress .info-box {
    display: none;
    position: absolute;
    z-index: 2;
    top: 20%;
    left: 50%;
    border: 2px solid #EEA630;
    width: 240px;
    padding: 5px;
    background-color: #ffffff;
	font-size: 13px;
}
.tablepress td:hover .info-box {
    display: block;
}