﻿.analyte-content a{
    color: #0000EE;
    cursor: pointer;
}

#analyte dl dt {
    width : 280px
}

#analyte dl dd {
    margin-left : 300px
}

#analytedetails dl dt {
    width : 340px
}

#analytedetails dl dd {
    margin-left : 360px
}

@media (max-width: 768px) {
    #analyte dl dt {
        width : auto;
    }

    #analyte dl dd {
        margin-left : auto;
    }

    #analytedetails dl dt {
        width : auto;
    }

    #analytedetails dl dd {
        margin-left : auto;
    }
}

    .wysiwyg-display {
    font-family: "Courier", courier, monospace !important;
}

/* CSS for hover image popups */
.tooltip img {
	max-height:300px;
}

.tooltip-inner {
	background:#F2F2F2;
	padding: 5px;
}

/* CSS for sticky buttons on Analyte Edit page*/
#sticky-buttons a {
    position: absolute;
    top: -2px;
    /*  left: 5px;*/
}

#sticky-buttons button {
    position: fixed;
    bottom: 5px;
    right: 5px;
}

/* Authorisation message styling*/
#authorized {
    font-weight:bold !important;
    font-size:x-large !important;
    margin-bottom: 10px;
}