.custom-restricted-width {
    /* To limit the menu width to the content of the menu: */
    display: inline-block;
    /* Or set the width explicitly: */
    /* width: 10em; */
}
.l-box {
	padding: 1em;
}
.h-box {
	padding: 1em 0;
}
.v-box {
	padding: 0 10px;
	text-align: center;
	vertical-align: baseline;
}

/*** sticky footer - BEGIN ***/

html { height: 100%;  margin: 0; position: relative; }
body { min-height: 100%;  margin: 0; position: relative; }

footer {
  height: 50px;
}

/* Trick: */
body {
  display: table;
  width: 100%;
}

footer {
   display: table-row;
}

/*** sticky footer - END ***/

a {
    text-decoration: none;
    color: #ed1164;
}

a:hover,
a:focus {
    /*text-decoration: underline;*/
	color: #a7ce39;
}

.ewniosek {
    font-size: 1.25em;
    font-weight: bold;
}

.footer {
    font-size: 87.5%;
    border-top: 1px solid #eee;
    margin-top: 3.4286em;
    padding: 1.1429em;
    background: rgb(250, 250, 250);
}

.legal {
    line-height: 1.6;
    text-align: center;
    margin: 0 auto;
}

    .legal-license {
        margin-top: 0;
    }
    .legal-links {
        list-style: none;
        padding: 0;
        margin-bottom: 0;
    }
    .legal-copyright {
        margin-top: 0;
        margin-bottom: 0;
    }

.bipmenu {
    font-size: 85%;
	margin-block-start: 0.8em;
    margin-block-end: 0.8em;
	line-height: 1.2;
}

.bip-selected {
    /*background: rgb(0, 0, 0);
	color: #a7ce39;*/
	text-decoration: underline;
}
	

/* --------------------------
 * Responsive Styles
 * --------------------------
*/

@media screen and (min-width: 35.5em) {

    .legal-license {
        text-align: left;
        margin: 0;
    }
    .legal-copyright,
    .legal-links,
    .legal-links li {
        text-align: right;
        margin: 0;
    }

}

@media screen and (max-width: 750px) {
	iframe {
		max-width: 100% !important;
		width: auto !important;
		height: auto !important;
	}
}