body {
	background-color: #000000;
	color: #CCCCCC;
	font-family: arial, helvetica, sans-serif;
}
#app {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    display: table;
    width: 100%;
    height: 100%;
}
#app-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
}
#sign-container {
	max-width: 500px;
	margin: 0 auto;
}	

#sign-container {
    height: 350px;
    position: relative;
    width: 350px;
}


#sign-container .sign {
    background-color: yellow;
    border-radius: 10px;
    cursor: pointer;
    height: 220px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 45px;
    transform: rotate(45deg);
    transition: all 0.2s ease 0s;
    width: 220px;
}


#sign-container .sign .sign-border {
    margin: 5px;
    border: 4px solid #000;
    height: 202px;
}

#sign-container .sign .sign-inner {
    background-color: transparent;
    border-radius: 10px;
    color: #333333;
    height: 160px;
    padding-top: 40px;
    position: relative;
    text-align: center !important;
    transition: all 0.2s ease 0s;
    width: 180px;
}

#sign-container .sign .sign-content {
    transform: rotate(-45deg);
}

#sign-container .sign .sign-content .hr {
    background-color: #000000;
    height: 2px;
    margin: 22px auto;
}

#sign-container .sign .sign-content span {
    font-size: 12px;
    text-transform: uppercase;
}
