﻿body {
}

.general_container {
    display: none;
    overflow: visible!important;
}

.categories_display_parent {
    background-color: #00A09A;    
    color: white;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 120%;
    line-height: 2em;
}

.categories_display_child {
    background-color: #bfd968;    
    color: white;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 120%;
    line-height: 2em;
}

.btn_content_toggle:hover {
    cursor: pointer;
}

.content_categories {
    display: none;
    margin-bottom: 20px;
    overflow: visible!important;
	background-color: #eeeeee;
	padding: 10px;
	margin: 0 0 !important;
}

.card {
    overflow: visible!important;
    margin: 10px;
}

.nota {
    overflow: visible!important;
}

/*.tooltip2 {
    border-bottom: none!important;
}*/