/* newish transcript css */
.scroll-table th {
    padding: 0px;
    text-align: left;
    font-size: .75em;
    background-color: #fff;
    color: #666;
}
.user-transcript td,
.credentials td {
    min-width: 120px;
    padding: 5px 0px;
    line-height: 1em;
}
.user-transcript td {
	min-width: 110px;
}
.user-transcript td.wider {
    min-width: 130px;
}
.credentials td.wider {
    min-width: 200px;
}
.scroll-table {
    display: table;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse;
    /* table-layout: fixed; */
}
.scroll-container {
	overflow-x: auto;
}
/* just experimenting ;) */
li.collection-tab {
	display: none !important;
}

/* special use for section border in credentials (revoke) */
/* hack that covers a grey bottom border with a white top */
/* border from the cell below. */
.pas-de-border-de-top {
	border-top: 2px dashed #fff;
}
.user-transcript th,
.credentials th {
    padding: 0px;
    text-align: left;
    font-size: .75em;
    background-color: #fff;
    color: #666;
}
.credentials h4 {
	border-bottom: 1px solid #dcdcdc;
	font-size:1em;
	margin: 0 !important; 
}
.recent,
.cocontroller {
    background-color: #2d884d;
    border: 1px solid #2d884d;
    border-radius: .2em;
    color: #fff;
    cursor: default;
    display: block;
    /* float: left; */
    /* font-family: Verdana; */
    font-size: 12px;
    font-weight: normal;
    margin: 0 10px;
    padding: 2px 3px;
    width: fit-content;
}
.cocontroller {
    background-color: #666;
    border: 1px solid transparent;
    color: #fff;
    display:  inline-block;
    float: unset;
    width: fit-content;
}

@media only screen and (min-width: 960px) and (max-width: 1160px) {
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (max-width: 767px) {
}
