@charset "utf-8";

/* CSS Document */

.box-podmenu {
    text-align: right;
    padding-bottom: 20px;
    margin: 20px 0px 0px 0px !important
}

.link-podmenu {
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
}

.link-podmenu:visited {
    color: #000;
}

.link-podmenu:hover {
    color: #FF6E00;
}