 /* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #1C2B36;
    color: #FFFFFF;
    cursor: pointer;
    padding: 13px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-family: 'Hind';
    font-weight: bold;
    font-size: 14px;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #131E26;
    color: #FFFFFF;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 5px;
    background-color: #131E26;
    color: #FFFFFF;
    position: relative;
    text-align: left;
    font-weight: normal;
    font-family: 'Hind';
    font-size: 14px;
    border: none;
    outline: none;
} 
 
.link_panel{
    padding: 5px; 
    background-color: #131E26;
    color: #FFFFFF; 
    text-align: left;
    font-weight: normal;
    font-family: 'Hind';
    font-size: 14px; 
    text-decoration:none;
    
    background-size: 25px 25px; 
    background-position: 0px 5px; 
    background-repeat: no-repeat;
    padding-left: 5px; 
    width: 140px;
    vertical-align: middle;
    display: inline-block;
    
    
}

.p_item_menu{
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
