body {
    background: black;
    color: white;
}
a {
    color:orange;
}

a:active {
    color: #1B8569;
}

a:visited
{
    color: #1B8569;
}

.cart-endingsoonmsg
{
    text-align:center;
    color:red;
}
/*
#topmenu ul {
    border-color: white;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #333;
}
#topmenu ul li {
    display: inline;
    margin: 10px;
    padding-right: 10px;
    padding-left: 10px;

}

#topmenu ul li:last-child {
    border-right: none;

}
#topmenu ul li:hover {
    background: #333;
}
*/
img.responsive, #articlediv img {
    max-width: 100%;
    height: auto;
}

table td {
    vertical-align: top;
}

.orange {
    color: orange !important;
}

.uniques td:first-child
{
    width: 15%;
    color: orange;
}
.helpcommandtable td:first-child
{
    width: 15%;
    color: orange;
}

.helpcommandtable th
{

    color: orange;
}
/*
ul.dropdown {
    visibility: hidden !important;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    display: none;
}

ul.dropdown li:hover  {
    visibility: visible !important;
    opacity: 1;
    display: block;
}

.dropdown li {
    clear: both;
    width: 100%;
}
li {
    display: block;
    transition-duration: 0.1s;
}
*/


textarea:read-only,
input[type="text"]:read-only
{
    /*background: white;*/
    /*color: gray;*/
    border: black;
}

.contact_message
{
    display: none;
}

a.btn:visited
{
    color: inherit !important;
}

.inactive-user td
{
    color: grey !important;
}

.checkouttable td:first-child
{
    text-align:center;
}
.checkouttable th:first-child
{
    text-align:center;
}

.editor-toolbar button.active{
    background:gray !important;
    color:white;
}

.realm-card
{
    min-width: 19rem;
}