a {
  text-decoration: underline !important;
}

.ant-dropdown a {
    text-decoration:none !important;
}
.ant-dropdown a .anticon {
    margin-right:0.5em;
}

.siteContent {
    margin: 3em 0;
}

.siteWrapper {
    padding:2em;
}

.logout-header{
    position:absolute !important;
    top:20px;
    right:20px;
}
.logout {
  padding: 0 !important;
}

.cfire-logo {
    max-width:100px;
}

.page-data {
    padding-bottom:2em;
}

.loginForm, .registerForm {
    margin-top:2em;
}

.videoListModal {
    height:100px !important;
}

.videoListItem {
    display: flex;
    justify-content: space-between;
}
.videoListItem div {
    margin-left:1em;
}

.videoListItem div {
    display:inline-block;
    font-weight:bold;
}


.taglist {
    margin:0;
    padding:0;
}
.ant-tag {
    background: #ddd !important;
    display:inline-block !important;
    padding: .4em 0.8em !important;
    border-radius: 0.4em;
    margin: 0.2em 0.4em 0.2em 0 !important;
    font-weight:bold;
}


.name {
    font-weight:bold;
}
.description, .name {
    max-width:600px;
    margin-bottom:2em;
}

.data-btn {
    padding-bottom:10px;
}

.actions .ant-btn {
    margin-bottom:2px;
}

.data-table table {
    border-collapse: collapse;
    width: auto;
    line-height:1.25em;
}

.data-table table thead {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;    
}

.data-table th, .data-table td {
    border: 1px solid #bbb;
    padding: 8px 16px;
}

.data-table th {
    background-color: lightgrey;
    border-width: 1px;
}

.data-table td {
    border-width: 1px;

}

input[type=text],
input[type=password],
textarea {
    box-sizing: border-box;
    border: 2px solid #ccc;
}

.label {
    color: #555;
    vertical-align:middle;
}

button {
    background-color: #008CBA;
    border: none;
    color: white;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}



.bgLogo {
  background:#000;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:-2;
  background-image: url("/logo192.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;  
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: "\25B4\25BE" 
}