.widget.konkurs .konkursu {
    /*height: 392px;*/
	height: 353px;
    border-bottom: 1px solid #ccc;
    overflow: hidden
}

.widget.konkurs td {
    width: 144px !important;
    padding: 0 !important;
}

.widget.konkurs .del_col {
    width: 20px !important;
    height: 1px;
}

.widget.konkurs td img {
    display: block;
}

.widget.konkurs .pad {
	/*height:332px;*/
	height:293px;
	padding: 0 !important;
	border: 1px solid #d9d9d9;
}

.widget.konkurs .text {
	padding: 10px !important;
}

.widget.konkurs .pad h4 {
    margin: 0;
    padding: 0 0 3px;
    font: 12px "Trebuchet MS";
    color: #1a1a1a;
}
.widget.konkurs .pad p {
    margin: 3px 0 5px;
}

/*Rounded Corners*/
.widget.konkurs .pad {
    /* Safari, Chrome */
    -webkit-border-top-right-radius:0;
    -webkit-border-top-left-radius:0;
    /* Firefox */
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:0;
}

/* Opera, IE */
.widget.konkurs .rocon-tl, .widget.konkurs  .rocon-tr {
    display:none;
}