/*
Theme Name:   superseal theme
Author:       bela
Template:     rocked
Version:      0.1.0
Text Domain:  superseal
*/

.main-content {
	padding: 1rem 0;
}

.borderless td {
border: none;
}

.info-table tr td:first-child {
    width: 35%;
}

.also,.felso,.kozepso {
    font-family: verdana;
    color: #900A0A;
    font-weight: 600;
    display: block;
    background-color: #ffffff;
    width: 797px;
    height: auto;
    padding: 1vmin;
    margin: 1vmin auto 3vmin auto;
    border: 0.5vmin solid #6788B4;
    box-shadow: 0 18px 18px -12px rgba(0,0,0,0.5);
    border-radius: 5px;
    xtext-align: center;
    overflow-wrap: break-word;
}


#swiffycontainer_felso {
	display: block;
	width: 767px; 
	height: 415px;
}

#swiffycontainer_also {
	display: block;
	width: 767px; 
	height: 190px; 
	overflow: hidden;
}


@media only screen and (max-width: 994px) {
	.felso, .also {
		display: none;
	}
	.kozepso {
		width: 100%;
	}

}


.site-footer {
    background-color: inherit;
}