﻿#customNewsTable { width: 100%; border: none;}

.izbornikDoljeFirst { text-align: center; cursor: pointer; border: 1px solid #CCCCCC; -moz-border-radius: 0px 0px 0px 12px; border-radius: 0px 0px 0px 12px; font-size: 18px; background-color: White; color: #005aa3; font-weight: normal; }
.izbornikDoljeLast {  text-align: center; cursor: pointer; border: 1px solid #CCCCCC; -moz-border-radius: 0px 0px 12px 0px; border-radius: 0px 0px 12px 0px; font-size: 18px; background-color: White; color: #005aa3; font-weight: normal; }
.izbornikDolje { text-align: center; cursor: pointer; border: 1px solid #CCCCCC; font-size: 18px; background-color: White; color: #005aa3; font-weight: normal; }
.info-centar-izbornik-active { background-color: #fe783f; color: White; font-weight: bold; }

#news_items_content{ padding: 10px; border: 1px solid #CCCCCC; vertical-align: top; -webkit-border-radius: 12px 12px 0px 0px; -moz-border-radius: 12px 12px 0px 0px; border-radius: 12px 12px 0px 0px;  border-bottom: none; }
.news_items_content_hidden{ display: none;}
.news_items_content_shown { display: block;}
.inNaslov { margin-bottom: 5px; font-family: "Segoe UI"; font-size: 16px; color: #005aa3; font-weight: bold; }
.inContent { font-family: "Segoe UI"; font-size: 14px; color: #005aa3; padding-bottom: 10px; margin-bottom: 5px; /* border-bottom: 1px solid silver; */ }

/* Close button */
.custom-news-close-button-wrapper{ width: 100%;overflow: hidden;height: 16px;}
.custom-news-close-button-image{ width: 16px;height: 16px; float: right;cursor: pointer;opacity: 0.3;}
.custom-news-close-button-image:hover{ width: 16px;height: 16px; float: right;cursor: pointer;opacity: 1;}