
.tab.vertical {
   /* border: 1px solid #AAA; */
    border-top: none;
}

.tab.vertical>dd {
    background: #fff;
    display: none;
    width: 100%;
    z-index: 2;
    margin: 0;
}

.tab.vertical>dd>div.tab-content {
    /* padding: 5px 10px; */
   /*  border-top: 1px solid #AAA; */
}

.tab.vertical>dt {
 height: 70px;
    margin-top: 40px;
    cursor: pointer;
    background-color: #F9F9F9;
    border: none;
}

.tab.vertical>dt.active, .tab.vertical>dt:hover {
	background-color: #eee;
}

.tab.vertical>dt.active + dd {
    display: block;
}

.tab.vertical {
    margin: 0;
    zoom: 1;
    width: 100%;
}

.tab.vertical>dt.active {
	z-index: 3;
}

.ico-obol{
    position: relative;
    height: 70px;
    width: 50px;
}
    .ico-cen{
    position: absolute;
    left: 20px;
    top: -35px;
    height: 100px;
    width: 70px;
    }
.zag-cen{
    position: relative;
    max-width: 500px;
    font-size: 13px;   
    top: -44px;
    left: 100px;
	text-align: left;
    -moz-user-select: -moz-none;
-o-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
    text-transform: uppercase;
}
@media only screen and (max-width:400px) {
	.zag-cen{
    max-width: 180px;
	}
}

.button {
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    height: 26px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px, rgba(255, 255, 255, 0.498039) 1px 1px 1px inset;
    zoom: 1;
    -webkit-user-select: none;
    background: -webkit-linear-gradient(top, #66A1DE, #1C588C) #5154AD;
        background: -moz-linear-gradient(top, #66A1DE, #1C588C) #5154AD;
}
.button:hover {  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px, rgba(255, 255, 255, 0.498039) 1px 1px 1px inset, rgba(0, 0, 0, 0.4) 0px -1px 5px inset; }
.button:active {     box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px, rgba(255, 255, 255, 0.298039) 0px 1px 0px inset, rgba(255, 255, 255, 0.498039) 1px 1px 1px inset, rgba(0, 0, 0, 0.498039) 0px 1px 2px inset;
    background: -webkit-linear-gradient(top, #0A79C7, rgba(2, 52, 80, 0.88)) #095284; 
background: #5154ad -moz-linear-gradient(center top , #168DE2, #1c588c) repeat scroll 0 0; }

   
.active .ind {
    position: relative;
    top: -67px;
    right: 23px;
    height: 30px;
    background-image: url(minus.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
    .ind{
    position: relative;
    top: -67px;
    right: 23px;
    height: 30px;
    background-image: url(pl.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    }
	
@media only screen and (max-width:400px) {
	.active .ind {
		top: -78px;
		right: 11px;
	}
	.ind {
		top: -78px;
		right: 11px;
	}
}

        table{
            border-spacing: 0px;
            width:100%;
            font-size: 13px;
    }
     
    #t-num{
         width: 5%;
        text-align: center;}
    #t-usl{
    width: 45%;    
   
    }
     #t-cen{
         width: 20%;
     text-align: center;
     }
     #t-ed{
         width: 10%;
     text-align: center;
     }
     #t-prim{
         width: 20%;
     
     }
    #t-zag{
    height: 60px;
    background-color:grey;
    color: rgb(255, 255, 255);
    text-align: center;
     font-weight: bold;
    }
    #t-pz{
    background-color: #E6B9B8;
    
    }

#content{ height: initial !important;}
