/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */
a.vyzov-vracha-btn {
	display: inline-block;
    padding: 10px 20px;
    border: 2px solid;
    color: #5384dc;
    font-size: 1.2em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 1px 1px 4px 1px;
}
a.vyzov-vracha-btn:hover {
    color: #fff;
    font-size: 1.2em;
    background: #5384dc;
}