/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/* content */
.button {display:inline-block;width:40px;height:40px;background:url(../test/button1.png);cursor:pointer}
.button:hover {display:inline-block;width:40px;height:40px;background:url(../test/button2.png)}

ul.otazky {
list-style-type: none;
}

ul.otazky li {
padding: 3px 0;
line-height: 2em;
}

.testy {
	padding: 5px 10px 10px 0px;
	background: #f4f4f4;
	text-align: justify;
}

.sections_links img:hover {
width: 100%;
border: 2px solid rgb(122, 153, 235);

-webkit-transition: width  0.4s ease, border 0.4s ease;

transition: width  0.4s ease-in-out 0s, border 0.4s ease;
}

