.platform-explorer-plugin-container {
    width: 100%; 
    height: 36px; 
    border: solid thin #cccccc
}

.platform-explorer-plugin-label {
    display: inline-block; 
    padding: 5px;
}

.platform-explorer-plugin-preview {
    max-height: 36px; 
    float: left; 
    vertical-align: top;
}

#pluginExplorerModalContent {
    height: 300px; 
    overflow-y: scroll;    
}

#pluginExplorerModalContent a {
    font-weight: 500;
    color: #333;
}

#pluginExplorerLoading {
    position: absolute;
    background: rgba(255, 255, 255, 0.90);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #333333;
    font-weight: bold;
    font-size: 1.2em;
    display: none;
    padding-top: 100px;
    text-align: center;
}