/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License', or
 *   ('at your option) any later version.
 *
***************************************************************************/


#NagrNewsList .row {
  border-spacing: 0px 0px;

}


#NagrNewsList div.title {
  font-size: 120%;
  text-align: right;
  display1: none;
}

#NagrNewsList div.actionbox,
#NagrQueueList div.actionbox {
  position: absolute;
  right: 10px;
  top: 3px;
  padding: 5px;
  border-radius: .5rem;
  z-index: 10;
}
.actionbox {
  background-color: rgba(0,0,0,0.5);
}

.actionbox .content.list {
  margin: 0px;
}

/* News in Queue css */
#NagrQueueList .nagrmedia {
  display: inline-block;
}
#NagrQueueList .nagrmedia img {
  width: 130px;
}
#NagrQueueList .nagrhead {
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  width: 70%;
}
#NagrQueueList .nagrtitle {
  font-size: 130%;
  font-weight: bold;
}
#NagrQueueList .nagrinfos {
  font-size: 90%;
}
#NagrQueueList .nagrsubtitle {
  font-size: 80%;
}

/* Archives css */
#NagrArchives .nagrmedia {
  display: inline-block;
  min-height: 120px;
}
#NagrArchives .nagrmedia img {
  width: 130px;
}
#NagrArchives .nagrhead {
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  width: 70%;
}
#NagrArchives .nagrtitle {
  font-size: 130%;
  font-weight: bold;
}
#NagrArchives .nagrinfos {
  font-size: 90%;
}
#NagrArchives .nagrsubtitle {
  font-size: 80%;
}


@media (max-width: 768px) {
  .actionbox {
    background-color: rgba(0,0,0,0.2);
  }
}


