.matrix, #playerouter {
    margin: auto;
}
.matrix {
    width:100%;
    margin-bottom:30px;
}
.item {
    background-color:#dedede;
    margin:2px 0;
    padding:4px;
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;
}
.item.private {
    background-color:#f08183;
}
#amatrix .item.playall {
    background-color:plum;
}
.title {
    padding:4px;
    position:relative;
    text-align:left;
    font-size:larger;
    min-width: 40%;
    max-width: calc(100% - 80px);
}
.format {
    width:70px;
    height:70px;
    padding:5px;
    margin:2px;
    background-color:#9CC;
    display:inline-block;
    text-align:center;
}
.formatname {
    text-align:center;
    font-weight:bolder;
    border-bottom:1px solid #666;
}
.format:hover {
    font-weight:bold;
    color:#900;
    background-color:#FF9;
    cursor:pointer;
}
a.format {
    border-bottom:none;
    color:inherit;
    position:relative;
}
.format.playall::after,
.format.play::after,
.format.downall::after,
.format.down::after {
    content:'';
    position:absolute;
    display:inline-block;
    bottom:10px;
    left:0;
    width:100%;
    height:100%;
}
.format.playall::after {
    background: no-repeat bottom url('/multimedia/styles/sto2015/images/circlearrow-red.png');
}
.format.play::after {
    background: no-repeat bottom url('/multimedia/styles/sto2015/images/circlearrow-gold.png');
}
.format.downall::after,
.format.down::after {
    background: no-repeat bottom url('/multimedia/styles/sto2015/images/download.png');
}
.format.link::after {
    font-family: 'core-icons';
    content: '';
    display: inline-block;
    width: 100%;
}
.playicon {
    padding-top:3px;
    margin-right:7px;
}
.dlicon {
    padding-top:3px;
    margin-left:7px;
}
.allplay {
    background-color:#CA59E8;
}
.loaded {
    font-weight:bold;
    color:#900;
    background-color:#5CB2F0;
}
.loaded.playing {
    background-color:#F66;
}
#aplayerouter {
    width:100%;
    height:40px;
    margin:4px auto 2px;
    background-color:#fff;
    clear:both;
}
#aplayer {
    /*width:532px;*/
    clear:both;
}
#vplayerouter {
    width:100%;
    /*margin:4px auto 2px;*/
    background-color:#fff;
    clear:both;
}
#vplayer {
    width:100%;
    padding-bottom: 56.25%;
    clear:both;
}
#audio, #streamplay, #videoplay, #video, #docs, #tokens, #deny, .dltext {
    display:none;
}
.video-outer {
    position:relative;
    overflow:hidden;
    padding-top:56.25%;
    margin-bottom:30px;
}
.video-inner {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
}
.page-content {
    margin-bottom:30px;
}
div.section {
    margin-bottom: 30px;
}
input {
    margin-bottom: 20px;
}
input.wide {
    min-width: 65%;
}
input.fullwide {
    width: 100%;
}
p.smalltext {
	font-family: Calluna Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Segoe UI Emoji,Cantarell,Verdana,sans-serif;
	font-size: 12px;
	margin-top: 10px;
	text-transform: uppercase;
}