﻿.txt-article-label {
    color: #000;
    font-family: 'Nova Square', cursive;
    font-size: 9pt;
    line-height: 18px;
    text-decoration: none;
}

.txt-article-label {
    font-weight: bold;
}

.txt-article-title, a.lnk-article-title:link, a.lnk-article-title:visited, a.lnk-article-title:active,
.txt-article-intro, .txt-article {
    color: #990000;
    font-family: 'Nova Square', cursive;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none !important;
}

.txt-article {
    font-size: 20pt;
    font-weight: normal;
}

.txt-article-intro {
    color: #000;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
}

.txt-article-date, 
 a.lnk-article-date:link, a.lnk-article-date:visited, a.lnk-article-date:active
a.lnk-article-source:link, a.lnk-article-source:visited, a.lnk-article-source:active {
    color: #000;
    font-family: 'Nova Square', cursive;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
}

a.lnk-article-source:hover {
    color: #000;
    text-decoration: underline;
}

.btn-article {	

    background: #333333;
	
    color: #ffffff;
    cursor: pointer;
    font-family: 'Nova Square', cursive;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    padding: 3px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	
    text-align: center;
    text-decoration: none;
    vertical-align: middle;

    -webkit-transition:all 200ms ease-in;
    -o-transition:all 200ms ease-in;
}

.btn-article:hover   {	
    background: #990000;
    color: #ffffff;
}

.btn-download {
     position: absolute; 
     bottom: 0; 
     right: -90px; 
     cursor: pointer;
}

.btn-zoom {
     position: absolute; 
     bottom: 0; 
     right: -45px; 
     cursor: pointer;
}

@media (max-width:500px) {
    .btn-download {
         position: absolute; 
         bottom: -50px; 
         right: 50px; 
         cursor: pointer;
    }
    .btn-zoom {
         position: absolute; 
         bottom: -50px; 
         right: 10px; 
         cursor: pointer;
    }
}

a.lnk-article-lat:link, a.lnk-article-lat:visited, a.lnk-article-lat:active {
    color: #000;
    font-family: 'Nova Square', cursive;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-decoration: none;
    margin: 0;
}
a.lnk-article-lat:hover {
    color: #567C29;
}

.txt-related {
    color: #000;
    font-family: 'Nova Square', cursive;
    font-size: 13pt;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    height: 24px;
    border-bottom: 1px solid #000;

}

@media (max-width:500px) {
    .txt-related {
        display: table-cell;
    }
}

a.lnk-related:link, a.lnk-related:visited, a.lnk-related:active {
    color: #000;
    font-family: 'Nova Square', cursive;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

a.lnk-related:hover {
    color: #990000;
}

@media (max-width:800px) {
    .search-space {
        padding-bottom: 20px;
    }
}