/* >> Landing CSS
----------------------------------------------------*/
.content.landing{margin-top: 40px;}
.content.landing h2{text-align: center; text-transform: uppercase; color: #cd1719; font-size: 2em; margin: 0 0 40px;}
.content.landing .container{width: 980px;}

.content.landing .m-statikus table{margin: 1em auto; border: 1px solid #d0d0d0;}
.content.landing .m-statikus table td{padding: 0.5em 0.8em;}
.content.landing .m-statikus table thead{background: #CD1719; color: #fff;}
.content.landing .m-statikus table tbody td{border: 1px solid #d0d0d0;}

/* >> PC
--------------------------------------------*/
@media only screen and (min-width: 960px){
    
}