﻿/**
 *  helpers.css
 *  ============
 *  Author: Tomáš Penc (info@webzine.cz)
 *
 *  Pomocné styly. 
 */

strong, .bold { font-weight: bold; }
.italic { font-style: italic; }
.right-align{ text-align: right;}
.clear {
    clear:both;
    font-size:1px;
    height:1px;
    line-height:1px;
    margin: -1px 0 0 0; 
    padding:0;
    border:none;
    visibility: hidden;
}
.img-right{float:right;}
.left-img {float:left;margin-right:15px;
}
