<!--

/* (c) 2017,2021 M10 Network Service - Harry Nyberg    */

/* removal all padding on all elements                 */
/* requires manually padding and spacing all elements  */

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: white; 
  color: black;
  font: 14px/24px 'NobileRegular', Arial, sans-serif;
}

hr {
  border: 0; border-bottom: 1px solid;
}

ul {
  margin: 10px 0px 10px 0px;
}

li {
  margin: 0px 0px 0px 20px;
  list-style: square inside url("ul/M-arrow.png");
}

.header {
  width: 100%;
  background: #4f8fff;
}

.top-logo {
  text-align: right;
  padding: 10px 10px 4px 10px;
}

.service-topic {
  color: #6699CC;
  margin-bottom: 20px;
  font: 30px/36px 'NobileRegular', Arial, sans-serif;
}

.service-info {
  margin: 0px 100px 40px 40px;
}

.indent-services {
  padding: 40px 100px 40px 100px;
}

.indent-footer {
  padding: 0px 100px 0px 100px;
}

.dotted-line {
  border: 0; border-bottom: 1px dotted;
}

.footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #4f8fff;
}

.footer-info {
  padding: 4px;
  text-align: center;
  font: 10px 'NobileBold', Arial, sans-serif;
  line-height: 12px;
  letter-spacing: 3px;
  color: white;
}

-->
