@charset "utf-8";

.cimlap {
    text-align: center;
  }

/* Youtube video */
#video {
    border-bottom-color : #B4A579;
    border-bottom-style : solid;
    border-bottom-width : 2px;
    border-left-color : #B4A579;
    border-left-style : solid;
    border-left-width : 2px;
    margin-bottom : 0;
    margin-left : auto;
    margin-right : auto;
    margin-top : 0;
    position: relative;
    text-align: left;
    width : 430px;
  }

#video object {
   margin : 5px;
  }

/* Tablazatok*/

table {
    border-bottom-color : #B4A579;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #B4A579;
    border-left-style : solid;
    border-left-width : 1px;
    margin-left : 5px;
    margin-right : 5px;
    padding-left : 5px;
    text-align : left;
    width : 95%;
  }


thead {
    background-color : #B4A579;
    margin-left : 10px;
  }


th, td {
    padding-left : 5px;
    padding-right : 10px;
  }

