﻿#ctl02_rezultatai {
    width: 100%; 
    word-wrap:break-word;

}

.no-print {
    
   width:100%;
    
}
.butt {
    table-layout: auto;
    margin-left:30%; 
    margin-right:30%;
    display:block;
}
.cap {
     margin:0 auto;
     display:compact;
     vertical-align:middle;

}
#ctl02_info {
     table-layout: auto;
    margin-left:auto; 
    margin-right:auto;
}
@media print
{    
   .no-print 
    {
        display: none !important;
      

    }
}
#forma1 {
  /* fallback */
  background-color: #ffffff;
  background-image: url(images/radial_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  
  /* Safari 4-5, Chrome 1-9 */
  /* Can't specify a percentage size? Laaaaaame. */
  background: -webkit-gradient(radial, center center, 460, center center, 460, from(#5d7b9d), to(#ffffff));

  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-radial-gradient(circle, #5d7b9d, #ffffff);

  /* Firefox 3.6+ */
  background: -moz-radial-gradient(circle, #5d7b9d, #ffffff);

  /* IE 10 */
  background: -ms-radial-gradient(circle, #5d7b9d, #ffffff);

  /* Opera couldn't do radial gradients, then at some point they started supporting the -webkit- syntax, how it kinda does but it's kinda broken (doesn't do sizing) */
}
    #forma td {
     
         vertical-align:middle;
    }
#forma th {
text-align:right;
}
#forma .topth {
text-align:center;
}
#forma {
    table-layout: auto;
    margin-left:auto; 
    margin-right:auto;
    border-style:dotted;
    border-width:medium;
    margin-bottom:1px;
    padding-bottom:1px;
}
.errors  {
    text-align:center;
    
    margin-left:auto; 
    margin-right:auto;
}
.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 4px 8px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #cccccc;
   }
.button:active {
   border-top-color: #f7f7f7;
   background: #f7f7f7;
   }