body {
	background: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #595959;
}

h1 {
  margin: 0px;
  font-size: 2.5em;
  font-weight: normal;
}

h2 {
  margin: 0px;
  font-size: 1.75em;
  font-weight: normal;
}

h3 {
  margin: 0px;
  font-size: 1.25em;
  font-weight: bold;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 0.8em;
  font-weight: bold;
}

a {
    color: #B01119;
}

#page {
	text-align: center;
}

#container {
	width: 400px;
	margin: auto;
}

#header {
    padding: 20px 20px 0px 20px;
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1;
    border: 1px solid #E5E5E5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: none !important;
    box-shadow: 3px 3px 4px #e1e1e1;
}

#logo {
	border: none;
}
#logo > a > img {
    height: 90px;
}

#content {
	background: #ffffff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #e1e1e1;
    border-top: none !important;
    padding: 0px 20px 20px 20px;
	border: 1px solid #E5E5E5;
    border-top: none;
    color: #595959;
	box-shadow: 3px 3px 4px #e1e1e1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e1e1e1')";  
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e1e1e1');  
}

#footer {
	margin-top: 10px;
	align: right;	
	color: #B01119;
	font-size: 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#privacy-policy-anchor,
#poweredby {
  text-decoration: none;
  font-size: 11px !important;
  min-height: 45px;
  min-width: 45px;
}

#help {
    text-decoration: none;
    font-size: 10px !important;
}

#description {
    font-size: 16px;
    align: center;
    padding: 20px;
}

#warning {
    color: #e68d00;
    padding: 20px 0px;
}

#instructions1,#instructions2,#instructions3 {
    color: Black;
    padding-bottom: 20px;
}

#unknownurl {
    color: Black;
    padding-bottom: 20px 0px;
}

#oslogo {
    text-align: center;
}

#loading {
	margin:10px 0px;
}

#missingplugin {
  text-align: center;
}

#credentials {
  text-align: right;
}

#connect {
  text-align: center;
  margin-bottom: 10px;
}

#launching {
  text-align: center;
  margin-bottom: 10px;
}

#back {
    display: inline-block;
}

#retry {
  text-align: right;
}

#connectbutton,#createcertbutton {
    -webkit-border-radius: 15px; 
    -moz-border-radius: 15px; 
    border-radius: 4px;
    border: none;
    padding:9px 23px 9px 23px;
    display:inline-block; 
    text-decoration:none;
    background:#B6121b;
    color:white;
    cursor:pointer; 
    font:14px sans-serif; 
}
#connectbutton:hover{
    background:#8b0000;
}
#createcertbutton:hover{
    background:#8b0000;
}

#custombutton {
    -webkit-border-radius: 15px; 
    -moz-border-radius: 15px; 
    border-radius: 4px;
    border: none;
    padding:9px 23px 9px 23px;
    display:inline-block; 
    text-decoration:none;
    background:#B6121b;
    color:white;
    cursor:pointer; 
    font:14px sans-serif; 
}

#custombutton:hover{
    background:#8b0000;
}

#detected {
	font-size: 12px;
	font-weight: bold;
    margin-bottom: 10px;
    color:black;
}

#terms {
	font-size: 11px;
  margin-bottom: 10px;
}

#installer-manual,#browser-detect-manual {
	font-size: 12px;
	font-weight: bold;
}
#browser-detect-manual {
   color: black;
}
fieldset {
	border: 1px solid #e1e1e1;
}

fieldset legend {
	font-size: 1.1em;
	font-weight: bold;
}

#dmgButDiv{
 text-align:center;
  margin-bottom:10px;
}

#connectGuide {
  text-align: center;
  margin-bottom: 10px;
}
#detectedBrowser {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
#macPromptMessage {
    font-size: 12px;
    font-weight: bold;
}
#androidnote {
	color: Black;
}

#invalidcreds {
	position: relative;
    right: 4%;
    color: red;
    text-align: -webkit-center;
}

#chromeInstrPara{
   text-align:left;
   padding-left:20px;
}

.chromeInstr{
    color: Black;
    padding-bottom: 20px;
    display: none;
}

.chromeInstrImg{
    width: 200px;
}

.chromeInstrImgB{
    width: 300px;
}

.chromeInstrNoPadding{
    color: Black;
    padding-bottom: 0px;
    display: none;
}

.chromeInstrVisible{
    color: Black;
    padding-bottom: 0px;
}

.credText{
    text-align:center;
}

#installfailed{
    color: orange;
    line-height: 1.5;
}

#invisibleSubmit{
    display: none;
}

#textInstall{
    margin-top: auto;
}

#next{
    padding-bottom: 3%;
}

#step2{
    margin-top: -5%;
}

#connectOAuthbutton {
    -webkit-border-radius: 15px; 
    -moz-border-radius: 15px;
    border-radius: 4px;
    border: none;
    padding:9px 23px 9px 23px;
    display:inline-block; 
    text-decoration:none;
    background:#B6121b;
    color:white;
    cursor:pointer; 
    font:14px sans-serif; 
}

#connectOAuthbutton:hover{
    background:#8b0000;
}

#loadingPreauth {
	align:center;
	margin-right: 35%;
}

#smartscreenInstruction {
    font-size: 16px;
    align: center;
    padding-bottom: 20px;
    color:#1E90FF;
}
.radiogroup {
    font-weight: normal;
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
}

#mac-os-help-view{
  background: none repeat scroll 0 0 #FFFFFF;
  border :  1px solid #E5E5E5;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 3px 3px 4px #E1E1E1;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
}

#ios-help-view{
  background: none repeat scroll 0 0 #FFFFFF;
  border :  1px solid #E5E5E5;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 3px 3px 4px #E1E1E1;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
}

#deviceSelect{
    font-weight:bold;
    font-size: 12px;
    border-radius: 24px;
    border-color:#8080803b;
    width: auto;
    height: 25px;
    text-align: center;
}
#androidselection{
    border-radius: 23px;
    height:22px;
    margin-right:8px;
}
#downloadbutton {
    border-radius: 4px;
    border: #8b8787 1px solid;
    height: 22px;
    cursor:pointer;
    background: #bcb8b8;
}
#downloadbutton:hover{
    background: #444141c7;
    color:white;
}

#chromeselection{
    height:23px;
    border-radius:20px;
}
input{
    border-radius:5px;
    border-color:#808080ad;
}
#oslogo > img{
     height:93px;
 }
#privacy-policy-anchor:focus-visible,#privacy-policy-anchor:hover{
    text-decoration: underline !important;
    outline: none;
}
#poweredby:focus-visible,#poweredby:hover{
    text-decoration: underline !important;
    outline: none;
}
#internalInstructionSteps > div > img{
    width: 100%;
}
