﻿#IconMenu {
    position: relative;
    width: 96%;
    left: 2%;
    margin-top: 10px;
    background-color: #e6e2c1;
}
    #IconMenu fieldset {
        background-color: #e0e0e0;
        border-style: solid;
        border-width: 2px;
        border-color: white lightgrey darkgrey black;
    }
    #IconMenu legend {
        width: 300px;
        margin-left: calc(50% - 150px);
        text-align: center;
        font-size: 14pt;
        font-weight: bold;
        background-color: #f0f0f0;
        border-style: solid;
        border-width: 2px;
        border-color: white lightgrey darkgrey black;
    }
    #IconMenu table {
        font-size: 14pt;
        border: 0px;
        background-color: #e0e0e0;
    }
    #IconMenu td.L {
        border: 0px;
        width: 33%;
        text-align: center;
        font-size: 14pt;
        font-weight: bold;
        vertical-align: top;
    }
    #IconMenu td.M {
        border: 0px;
        width: 34%;
        text-align: center;
        font-size: 14pt;
        font-weight: bold;
        vertical-align: top;
    }
    #IconMenu td.R {
        border: 0px;
        width: 33%;
        text-align: center;
        font-size: 14pt;
        font-weight: bold;
        vertical-align: top;
    }
    #IconMenu img.item {
        padding: 0px 5px 5px 0px;
        border-radius: 50%;
        text-align: center;
    }
