


                    /* Custom CSS for Confluence Space "FS Heincke - Scientific Devices" 
    FIELAX GmbH, 2018 
    */  
      
      
    /* Title 2 */  
    .wiki-content h2 {  
        border-bottom: 1px solid rgb(51,51,153);    /* Color from "Polarstern Handbuch" */  
        color: rgb(51,51,153);  
        margin-bottom: 6pt;  
    }  
      
    /* Title 4 */  
    .wiki-content h4 {  
        color: rgb(20,40,120);  
        margin-bottom: 6pt;  
    }  
      
      
    /* Table styles */  
    .wiki-content .confluenceTable {  
        width: 100%;  
    }  
    .wiki-content table.tablesorter > thead > tr > th {  
        background-color: white;  
    }  
      
    /* Image block */  
    .wiki-content div.sensorweb-image-bar {  
        display:block;  
        overflow:auto;  
    }  
      
    /* Last image div */  
    img.sensorweb-image:last-child {  
         margin-right: 0;  
    }  
      
    /* Image with shadow box and auto-scaling to 200x200 */  
    img.sensorweb-image {  
        border: 1px solid #ddd;  
        box-shadow: 0 0 3px 1px rgba(180, 180, 180, 0.5);  
        border-radius: 4px;  
        padding: 7px;  
        margin: 4px;  
        object-fit: scale-down; /* Do not scale the image */  
        object-position: center; /* Center the image within the element */  
        height: 200px;  
        width: 200px;  
        float: left;  
        box-sizing: border-box;  
    }  
      
    /* Highlighting when mouse hovers above image */  
    img.sensorweb-image:hover {  
        box-shadow: 0 0 4px 2px rgba(51, 51, 153, 0.5);  
    }  
      
    /* Documentation / resources list */  
    ul.resources {  
        list-style: none;  
    }  
      
    /* Add file symbol as list bullet */  
    ul.resources li:before {  
        content: "\1f4c4";  
        font-size: 1.2em;  
        display: block;  
        float: left;  
        color: #3572b0;  
        padding-right: 0.5em;  
    }  
      
    ul.resources li {  
        padding-bottom: 0.4em;  
        padding-top: 0.4em;  
            font-weight: normal;  
    }  
      
    #likes-and-labels-container {  
        margin-top: 50px;  
        border-top: 1px solid rgb(51,51,153);    /* Color from "Polarstern Handbuch" */  
    }  
      
        
