a.review-button {
  display: inline-block;
  padding: 3px;
  border: 1px dotted #900;
  position: relative;
  cursor: pointer;
}

a.tag, a.category {
  background-color: #ddd;
  color: #333;
  display: inline-block;
  border-color: #000;
  border: solid .5pt;
  padding-left: 0.2em;
  padding-right: 0.2em;
  font-size: 0.7em;
  text-decoration: none;
}

a.tag:hover, a.category:hover {
  color: var(--accent) !important;
  border-color: #f00;
  border: solid .5pt;
  background-color: #eee;

}

p.tag, p.category a {
  background-color: #ddd;
  color: #333;
  display: inline-block;
  padding: 0.2em;
  font-size: 0.7em;
  text-decoration: none;
}

p.copyright {
    float: right;
}

img.logo {
  float: right;
  clear: none;
  margin-left: 6px;
  margin-right: 5%;
}

.index_list {
  font-variant: small-caps;
}

h3.banner {
    padding-top: 0rem;
    border-bottom: 0px;
    margin-left: 5%;
    margin-top: 12px;
    color: #999;
    line-height: 1;
}

h3.summary {
    color: #600;
}


.illo {
  padding: 6px;
}

figure {
  text-align: center;
  display: inline-block;  
  font-size: smaller;
  border-radius: 8px;
  text-indent: 0;
  background-color: #eee;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

figure img {
  display: block;
  width: 100%;
}

figcaption {
  font-size: 0.9rem;
  color: var(--text-light);
  text-align: left;
  text-indent: 0;
    padding-top: 6px;
}


@media screen and (min-width: 900px)  {
    figure {
        max-width: 40%;    
    }
}

@media print  {
    figure {
        max-width: 75%;    
    }
}

div.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 6px;
}

div.rownav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 6px;
}
div.inner-cell {
	flex: 0 0 20rem;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc; 
    border-radius: 8px;
    padding: 12px;
    flex-wrap: wrap;
    background-color: #eee;
    align-content: center;
}


div.rownav::after {
    content: '';
    flex: auto;
}

img.thumbnail { 
    border: 1px solid #ccc;
    margin-left: 6px;
}

img.review-image {
    padding-right: 12px;
    float: left;
}

p.home-sections {
    font-size: 0.7rem;
}

div.home-sections a {
  margin: 1rem 1rem 0 0;
  border: 2px solid var(--border);
  border-radius: 3px;
  color: var(--text) !important;
  display: inline-block;
  padding: 0.1rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.4s;
  background-color: #ddd;
}

div.home-sections a:hover {
  color: var(--accent) !important;
  border-color: var(--accent);
  background-color: #eee;
}

div.home-sections a.current:hover {
  text-decoration: none;
}

span.home-sections :hover {
    color: #ccc;
}

p.date {
    color: #030;
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .75rem;
}


p.description {
    margin-right: 0;
    padding-top: 0;
    margin-top: 0;
    color: #333;
}


nav ul {
  font-size: .75rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-decoration: none;
  list-style-type: none;
  padding-left: 0rem;
  padding-bottom: 0rem;
  text-transform: uppercase;
}

nav li {
  padding: 4px 8px;
  display: block;
  text-decoration: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  white-space: nowrap;
}

nav li.highlight {
  background-color: #f4f2e3;  
}

nav li.main {
  background-color: #f9f9f9;  
}

nav li.highlight2 {
  background-color: #333;
}

nav li.highlight2 a {
  color: #fff; 
}

nav li:hover {
  background-color: #ddd;
}


span.arabic {
  direction: rtl;
  unicode-bidi: normal;
  font-family: Nazli;
  font-size: 110%;
}

span.arabic-head {
  direction: rtl;
  unicode-bidi: normal;
  font-family: Nazli;
  font-size: 220%;
}

span.file_size {
  font-weight: bolder;
  font-size: .85rem;
  color: var(--comp-color-dark);
  font-family: Courier, monospace;
  text-transform: uppercase;
  margin-left: 9px;
}

span.file_use {
  color: black;
  margin-right: 50%;
}
span.file_instructions {
  color: black;
  margin-right: 10%;
}
@media screen and (min-width: 900px) {
    span.file_instructions {
      color: black;
      margin-right: 50%;
    }
}
span.file_language {
  font-size: 12px;
  color: var(--comp-color-dark);
  font-family: Courier, Nazli;
}

span.count {
  font-size: 14px;
  color: var(--comp-color-dark);
  font-family: Helvetica, Nazli;
  font-weight: bolder;
  padding: 6px;
  background-color: #ddd;
  color: #999;
  border-radius: 2px;
  text-transform: uppercase;

  
}



hr.no-image {
  border: 6px solid #666;
  border-radius: 2px;
}