/*
Plugin Name: Lottószámok
Plugin URI:  http://wpdemo.dovi42.hu/lottoszamok
Description: A legutóbb kihúzott lottószámok megjelenítése
Version:     0.02
Author:      Dovi42
Author URI:  http://dovi42.hu/
License:     GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lottoszamok
Generator:   WP Creator - http://wpcreator.hu - 2020-03-30 08:01:52
*/

div.lottoszamok {
    
}
.lottoszamok-logo {
    text-align: center;
}
.lottoszamok-logo img {
    max-height: 40px;
}
.lottoszamok-table {
    text-align: center;
}
div.lottoszamok table {
    /* width: 100%; */
    margin: 0 auto;
}
div.lottoszamok table td {
	width: 42px;
	height: 42px;
	text-align: center;
	background: url("../images/golyo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 42px;
	font-weight: bold;
}
.lottoszamok-date {
    padding-top:2px;
    text-align: center;
    font-size: 80%;
}
.lottoszamok-date span {
    font-weight: bold;
}