h1 {
    font-family:Arial,Tahoma,'Lucida Sans',Georgia,Serif;
    font-weight:bold;
    font-size:32px;
}

h2 {
    font-family:Arial,Tahoma,'Lucida Sans',Georgia,Serif;
    font-weight:bold;
    font-size:24px;
}

h3 {
    font-family:Arial,Tahoma,'Lucida Sans',Georgia,Serif;
    font-weight:bold;
    font-size:20px;
}

h4 {
    font-family:Arial,Tahoma,'Lucida Sans',Georgia,Serif;
    font-weight:bold;
    font-size:16px;
}

h5 {
    font-family:Arial,Tahoma,'Lucida Sans',Georgia,Serif;
    font-weight:bold;
    font-size:14px;
}

h6 {
    font-family:Arial,Tahoma,'Lucida Sans',Georgia,Serif;
    font-weight:bold;
    font-size:12px;
}

a {
    color: blue;
}

.button {
    background-color: white;
    border: 2px solid #5656A1;
    border-radius: 8px;
    margin: 2px 3px;
    color: #5656A1;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    /* float: bottom; */
}

.button:hover {
    background-color: #5656A1;
    color: white;
}

.smallButton {
    -webkit-transition-duration: 0s; /* Safari */
    transition-duration: 0s;
    font-weight: normal;
    padding: 3px 8px;
    margin: 1px 2px;
}

.smallbutton {
    -webkit-transition-duration: 0s; /* Safari */
    transition-duration: 0s;
    font-weight: normal;
    padding: 3px 8px;
    margin: 1px 2px;
}

.mobiletopButton {
    -webkit-transition-duration: 0s; /* Safari */
    transition-duration: 0s;
    font-weight: normal;
    padding: 0px 8px;
    margin: 1px 2px;
}

.tablebox {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border-radius: 8px;

    margin-bottom: 5px;margin-top: 5px; border-left-color: rgb(255,255,255); border-left-style: solid;
    border-top-color: rgb(255,255,255); border-top-style: solid; border-right-color: rgb(255,255,255);
    border-right-style: solid; border-bottom-color: rgb(255,255,255); border-bottom-style: solid;

    background-color: rgb(153,204,255);
}

.popupbox {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border-radius: 8px;
}

a[titlenews]:hover:after {
    width: 420px;
    text-align: justify;
    position: absolute;
    left: 310px;
    display:block;
    text-decoration: none;
    z-index: 2;
    float: left;
    content: attr(titlenews);
    padding: 8px 16px;
    color: #000;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    background-color: #DDEEFF;
}

a[mobiletitlenews]:hover:after {
    width: 300px;
    text-align: justify;
    position: absolute;
    left: 30px;
    display:block;
    text-decoration: none;
    z-index: 2;
    float: left;
    content: attr(mobiletitlenews);
    padding: 8px 16px;
    color: #000;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    background-color: #DDEEFF;
}

.preloadimg {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 30px;
    top: 30px;
}

.rssMobileBody {
    resize: vertical;
    overflow: scroll;
    height: 400px;
    border: 0px solid #999
}

.rssMobileMenu {
    resize: vertical;
    overflow: scroll;
    border: 0px solid #999
}

#sharewait
{
    position: relative;
    left: 150px;
    top: 14px;
    width: 30px;
    height: 30px;
    border: 8px solid #0000FF;
    border-right-color: transparent;
    border-radius: 50%;
    box-shadow: 0 0 25px 2px #99CCFF;
    animation: spin 1s linear infinite;
}

@keyframes spin
{
    from { transform: rotate(0deg);   opacity: 0.2; }
    50%  { transform: rotate(180deg); opacity: 1.0; }
    to   { transform: rotate(360deg); opacity: 0.2; }
}

@keyframes down
{
    from { height:0px; }
    10%   { height:7px; }
    20%   { height:14px; }
    30%   { height:21px; }
    40%   { height:28px; }
    50%   { height:35px; }
    60%   { height:42px; }
    to   { height:auto; }
}

.th-accordion {
    border-bottom: 1px solid #5656A1;
}

.th-accordion input {
    display: none;
}

.th-accordion label {
    background-color: #5656A1;
    border: 2px solid #5656A1;
    margin: 1px 1px;
    color: white;
    padding: 5px 12px;
    border-radius: .25em;
    cursor: pointer;
    display: block;
    z-index: 20;
}

.th-accordion label:hover {
    background-color: #0000FF;
    border: 2px solid #0000FF;
}

.th-accordion input:checked + label {
    background: #0000FF;
    border: 2px solid #0000FF;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: white;
}

.th-accordion article {
    background: #ffffff;
    height:0px;
    overflow:hidden;
    z-index:10;
    margin: 1px 1px;
}

.th-accordion article p {
    padding: 3px 15px;
}

.th-accordion input:checked article {
}

.th-accordion input:checked ~ article {
    border-bottom-left-radius: .25em;
    border-bottom-right-radius: .25em;
    animation: down 0.1s linear;
    -webkit-animation: down 0.1s linear; /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
    height:auto;
}

.w3-bar-block a, .w3-bar a{background-color:inherit;color:inherit}

table {
    border-collapse: separate;
    border-spacing: 2px;
}

div {
    line-height: normal;
}

a {
    text-decoration: underline;
}


.iframeWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.iframeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-control.left {
    background: linear-gradient(90deg, rgba(0, 0, 0, .0001), rgba(0, 0, 0, 0));
}

.carousel-control.right {
    background: linear-gradient(90deg, rgba(0, 0, 0, .0001), rgba(0, 0, 0, 0));
}

.panel {
    font-size : 14px;
}
