div.showroom {
    float: left;
    margin-right: 20px;
}

div.detail-header{
     padding: 1px;
     margin: 12px;
     border: 0px solid #d3d3d3;
}

div.snippetlisting {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 15px 15px;
    grid-template-columns: repeat(3, auto);
}
@media (max-width: 1165px) {
    div.snippetlisting { grid-template-columns: repeat(2, auto);}
}
@media (max-width: 800px) {
    div.snippetlisting { grid-template-columns: repeat(1, auto);}
}

div.box {
     /*float: left;
     padding: 1px;
     margin: 12px; */
     border: 1px solid #d3d3d3;
     width: 348px;
 /*    height: 200px; */

}
div.box h3 {
    text-align: center;
    margin: 5px;
}

div.screenshots ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 0;
}

div.screenshots ul li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}

div.screenshots  img {
    border: none;
    background: none;
    display: block;
    margin: auto;
}

.pagination {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.pagination ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0 5px;
}
.pagination ul li {
    display: inline-block;
    width: 48px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    float: left;
    font-size: 12pt;
    border: 1px solid #e4e4e4;
}
.pagination .active {
    background-color: lightgrey;
}
.pagiation ul li a{
    display:block;
    width:48px;
    height:43px;
}

span.tag {
    font-style: italic;
    white-space: nowrap;
    background-color: #AADCF7; /* Changing background color */
    border-radius: 20px; /* Making border radius */
    padding: 0.2em 0.7em; /* Making space around letters */
    line-height: 2em;
}
span.tag.toplevel {
    font-weight: bold;
}
span.tag.selected:after {
     font-family: 'WebSymbolsRegular';
     font-style: normal;
     content: '-';
     color: darkred;
     padding-left: 0.4em;
}
section#search span.tag {cursor: pointer;}

span.maintainer {
    font-style: italic;
}

span.boxrating {
    float: right;
    padding-right: 0.5em;
}

.cms table.ss-gridfield-table tr.spam {
    background-color: #CCF4C6;
}

.cms table.ss-gridfield-table tr.spam:hover {
    background-color: #92E285;
}


.releaseTable {
    display: table;
    margin: 0px !important;
    padding: 0px;
}

.releaseHeader, .releaseList {
    display: table-header-group;
}

.releaseHeader span {
    background-color: #ccc;
}

.releaseRow {
    display: table-row;
}

.releaseRow > span {
    list-style:none;
    display: table-cell;
    border: 1px solid #000;
    padding: 2px 6px;
    vertical-align: middle;
    text-align: center;
}

.releaseRow > span.start {
    text-align: start;
}

#Form_ExtensionSearchForm_Tags_Holder {display: none;}

h1 img {vertical-align: text-bottom; border: none !important;}

nav.locales ul {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 1em;
}
nav.locales ul li {
  display: inline;
}
nav.locales ul li:before {
  content: " | ";
}
nav.locales ul li:first-child:before {
  content: "";
}
