﻿.MainContent dl.Glossary {
clear: none;
width: 680px;
}
.MainContent dl.Glossary dd {
width: 480px;
}
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #006fb5;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 10px;
    padding: 1em;
    display: none;
    text-transform: uppercase;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}
#Feedback_PullTab {
   display: none !important;
}

ol.guideSteps li {
   font-weight: bold;
   margin-bottom: 1em;
}

ol.guideSteps li li {
   font-weight: normal;
   margin-bottom: 0;
}

ol.guideSteps img {
   margin: 1em 0 2.4em 0;
}
