/**
 * redakcia styles
*/

.redakcia-blok {
    border-size: 3px;
    border-style: solid;
    display: inline-block;
    padding: 10px 26px;
    margin-bottom: 25px;
    border-radius: 0px;
    box-shadow: 0px 0px 9px -1px rgb(30, 198, 26) inset;
}

.prekladatel {
    border-color: rgb(0, 255, 75);
}

.prekladatel-cena{
	font-weight: bold;
}

.stat-smaller-text{
	font-size: x-small;
}
.stat-enlarged-text{
	font-size: x-large;
	display: inline-block;
}
.stat-wrapper{
	border: 2px solid silver;
	padding: 10px;
}

.stat-wrapper th{
	width: 50%;
	font-weight: bold;
}

.table-bordered td{
	padding: 0 5px;	
}

.table-bordered{
	width: 100%;
	text-align: left;	
	vertical-align: top;
}

.table-bordered td,th{	
	vertical-align: top;
}