.guidemenu{
    width: 100%;
    max-width: 450px;
	background-color:#EEEEEE;
	border-radius: 6px !important;
	margin: auto;
	padding: 2px !important;
}

.guidemenu-items{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

}

.guidemenu-item1{
	width: calc(100% / 3 - 40px);
    text-align: right !important;
    border: none !important;
	margin: auto !important;
}

.guidemenu-item2{
	width: calc(100% / 3 + 15px);
    text-align: left !important;
    border: none !important;
	margin: auto !important;
}

.guidemenu-item3{
	width: calc(100% / 3 - 15px);
    text-align: left !important;
    border: none !important;
	margin: auto !important;
}


.guidemenu td,.guidemenu th{
	padding: 5px !important;
	width: 200px !important;
	margin: 20px !important;
    border: none !important;

}

.guidevideo video{
    width: 100%;
    max-width: 450px;
	margin: auto;
	display: block;

}
