#jsn-header {
  border-top: 10px solid #0078B4;
  margin-bottom: 0px;
  background-image: none;
  background-color: #333333;
}

.jd_categories_title_j46 {display:none;}

.breadcrumb li.active:first-child span.divider {
    display: none;
}

#jsn-pos-top h3.jsn-moduletitle {
  font-size: 100%;
  color: #FFFFFF;
}

ul.menu-topmenu li a {
    color: #FFFFFF;
    text-decoration: underline;
}

ul.menu-topmenu li a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.breadcrumb li a, .breadcrumb li span {
    font-size: 100%;
}
.breadcrumb li {
    padding: 0;
    margin: 0;
}

.page-header h1, .jd-item-page h1, .fbpContent_root h1 {
    text-transform: uppercase;
    background-color: #0078B4;
    color: #ffffff;
    font-weight: bold;
    padding-left: 10px;
    border-radius: 5px;
}

ul.list-number-bullet li {
    padding-top: 3px !important;
}

#jsn-mainbody {
    padding: 0 1.2em;
}

.rand {
  -webkit-filter: drop-shadow(5px 5px 5px #888);
  filter: drop-shadow(5px 5px 5px #888);
}
.rand:hover {
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.flex-container_lang {
  display: flex;
  flex-wrap: wrap;
}
.flex-container_lang img {
  width: 250px;
  margin: 30px;
}


.flex-container_box {
  display: flex;
  flex-wrap: wrap;
}
.container2 {
    position: relative;
    width: 250px;
    height: auto;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px; 
    border-radius: 10px;
}
.container {
    position: relative;
    width: 230px;
    height: 225px;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px; 
    border-radius: 10px;
}
.container:hover {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 10px grey;

}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.container:hover .image {
  opacity: 0.7;
}

.container:hover .middle {
  opacity: 1;
}

.text {}
.typ {
  font-size: 115%;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000000;
  border-radius: 5px;
}
.typ a{
  color: #FFFFFF;
}

.jd_files_title {
    margin-bottom: 0px;
    padding: 5px 0px;
}

.jd_description_wrapper {
  display: none;
}

.jd_url_download_right {
    float: right;
    vertical-align: middle;
    margin-bottom: 10px;
}

.td50 {
    width: 50% !important;
}

#jsn-footer-inner1 {
  border-bottom: 5px solid #0078B4;
}

.jd_footer {
  display: none;
}

#jsn-brand {
  display: none;
}


.fbpLeftNavigation_core {
  display: none;
    float: left;
    margin-right: 40px;
    position: relative;
    width: 260px;
}
.faq_voting {
  display: inline-block;
  float: right;
  font-size: 120%;
}
.fbpTopNavigation_core_outer {
  display: none;
    position: relative;
    margin-bottom: 30px;
}
.fbpContent_root {
    font-size: 14px;
}

.thumb-box span {
    display: block;
    text-align: center;
    font-size: 120%;
    font-weight: 600;
    color: #666666;
    text-shadow: 0 1px 0 #FFFFFF;
}

@media screen and (max-width: 992px) {
  .flex-container_lang img { width: 160px; margin: 10px; }
}
@media screen and (max-width: 600px) {
  .flex-container_lang img { width: 110px; margin: 10px; }
}


@media only screen and (max-width: 600px), (min-device-width: 320px) and (max-device-width: 321px)
{

        /* Force table to not be like tables anymore */
        table, thead, tbody, th, td, tr {
                display: block;
        }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
        }
        td {
                /* Behave  like a "row" */
                border: none;
                position: relative;
        }
        .td50 {
            width: 100% !important;
            padding-left: 0px;
        }
}