[v-cloak] > * { display:none; }
[v-cloak]::before { content: "loading..."; }

body{
	font-family: alternate_gothic_no3_dregular
}

.fadein {
    opacity:0;
}

.noRoundBorder {
    border-radius: 0px;
}

.noMarginBottom {
    margin-bottom: 0px;
}

.whiteOverBlack{
	background-color: #292929;
	color: white;
}

.blackOverWhite{
	background-color: white;
	color: #292929;
}

.right{
	text-align: right;
}

.logoSize{
	width: 40px;
}

.active{
	color: #292929;
}

.inactive{
	color: #9e9e9e;
}

a:hover { 
  color: #292929;
}

.width30{
	width: 30px;
	margin-bottom: 5px;
}

.width140{
	width: 140px;
	margin-bottom: 5px;
}

.width200{
	width: 200px;
	margin-bottom: 5px;
}

.centered{
	display: block;
    text-align: center;
}

.bordered{
    border-radius: 10px;
    border-style: solid;
    margin: 20px;
}

.margin20{
    margin: 20px;
}

.marginTop25 {
    margin-top: 25px;
}

.red{
	color: #bd1919;
}

.footer {
    padding: 20px;
    width: 100%;
    height: 71px;
    background-color: #FFFFFF;
}

#img-footer {
    float: right;
}

.separatorBottom {
    margin-top: 25px;
    margin-bottom: 10px;
    background-color: rgba(51, 51, 51, .10);
    height: 1px;
}

.stroke2 {
    stroke: #292929;
    stroke-width: 2;
}
