body {
	font-family: Montserrat, Helvetia, SansSerif, Arial;
	background-color: black;
	color: white;
	background-image: url(/img/logo.png);
    background-repeat: no-repeat;
    margin-top: 50px;
    background-size: 250px;
    background-position-x: right;
    margin-left: 24px;
}
body.nologo {
	background-image: none;
}
body.cameyo {
	background-color: #3E4149;
}
.download {list-style-image:url(/img/check.png) }
.success {list-style-image:url(/img/check.png) }
.fail { list-style-image:url(/img/error.png) }
ul.filelist {
    padding-inline-start: 24px;  //same as body {margin-left}
}
a {
	color: white;
	text-decoration: none;
	cursor: pointer !important;
}
a:visited {
	color: grey;
}  
h2 {
    font-weight: normal;
}
a.button {
    background-color: #FF5400;
    border: none;
    color: white;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: inherit;
	transition: all 0.2s;
}
a.button:hover{
 color:#FF5400;
 background-color:#FFFFFF;
}
a:hover{
 color:#FF5400;
}
img.browser.icon {
	width: 24px;
}
table {
	border-collapse: collapse; 
}
th {    
	text-align: initial;
	border-bottom: 1px solid white;
}
.status-icon {
	cursor:pointer;
}
textarea.remark {
    width: -webkit-fill-available;
    margin-right: 24px;
    height: 16px;
	resize: vertical;
}
#table-sites td {
    vertical-align: -webkit-baseline-middle;
	white-space: nowrap;
}