/* Black bar behind openOBD logo at top of the screen */
.md-header {
  color: var(--md-primary-bg-color);
  background-color: #000000;
}

.md-header__button.md-logo {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 2.4rem;
}

/* Announcement bar in front of black background at top of the screen */
.md-banner {
  color: var(--openobd-pink);
  background-color: var(--openobd-pink);
}


/* Announcement bar at the top with message (content is written in main.html) */
.md-banner__inner {
  font-size: 1.2em;
  font-weight: bold;
  box-shadow: 4px 4px 4px var(--md-primary-bg-color);
  border-radius: 3px;
  background-color: antiquewhite;
  padding: .7rem .4rem;
  text-align: center;
}

.md-banner__inner a {
    color: var(--openobd-pink);
    text-decoration: underline;
}

.md-banner__icon {
margin-left: 20px;
  width: 32px;
  height: 32px;
  float: left;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='100%' viewBox='0 0 512 512' enable-background='new 0 0 512 512' xml:space='preserve'><path fill='%23000000' opacity='1.000000' stroke='none' d='M1.000000,106.468658 C8.419596,95.681725 25.320244,92.533775 34.773354,99.970825 C39.688271,103.837555 41.823109,109.922478 45.334320,114.912819 C56.964409,131.442215 70.174789,146.655075 85.271988,159.919128 C119.294464,189.810471 158.372025,209.972488 203.107605,218.764236 C219.104218,221.908020 235.154678,223.195282 251.427292,223.779572 C305.511414,225.721573 359.600006,224.341125 413.682465,224.448837 C428.152405,224.477661 442.899231,223.968628 456.834808,218.674774 C466.448090,215.022873 474.440582,209.555130 479.417572,200.161774 C482.102112,195.095154 486.523132,192.372360 492.485352,192.651154 C493.648529,192.705551 494.835144,192.793533 495.979095,192.635391 C502.554993,191.726410 508.118774,193.459732 512.694702,198.861633 C513.000000,237.687561 513.000000,276.375122 512.656616,315.603607 C506.680847,321.818115 499.546051,321.591461 492.330811,321.412476 C486.465240,321.266937 482.164124,318.843567 479.352356,313.719421 C476.502380,308.525665 472.783905,304.024078 467.677246,301.008392 C452.414337,291.995087 435.622681,289.696930 418.265900,290.451233 C413.999725,290.636658 412.385223,294.143433 414.413055,297.923340 C415.038605,299.089386 415.816162,300.174072 416.527161,301.294098 C429.909882,322.375458 431.257538,344.237183 420.245941,366.611450 C410.690552,386.026978 394.135193,398.220184 375.318329,407.271912 C348.032562,420.397491 318.674103,425.729797 288.683197,427.190094 C276.117828,427.801880 263.469391,427.573761 250.809525,426.610229 C230.370636,425.054688 210.403305,421.727020 190.931290,415.336823 C173.407486,409.585968 157.109436,401.468323 143.285675,389.180542 C128.863174,376.360535 120.074860,360.357849 118.660965,340.778717 C118.461220,338.012695 117.984291,335.327271 115.445396,333.866882 C112.745491,332.313934 110.679024,334.472351 108.692619,335.818207 C99.493919,342.050629 90.818611,349.017822 82.683426,356.530182 C66.282509,371.675537 51.079636,388.102020 40.048988,407.568848 C33.530323,419.072937 18.984272,419.636322 9.965835,413.356995 C5.904142,410.528931 4.712732,405.788452 1.000000,403.000000 C1.000000,304.312439 1.000000,205.624878 1.000000,106.468658 M373.863373,317.613464 C361.669312,307.295288 347.317505,301.413086 332.102112,297.312775 C311.463409,291.751038 290.481293,290.197327 269.116486,290.336456 C243.777649,290.501465 219.227585,293.976685 195.733337,303.473480 C183.998215,308.217010 172.865433,314.121735 165.661560,325.357330 C160.992737,332.639099 161.134949,341.459351 165.856125,348.785217 C169.643631,354.662323 174.688141,359.050079 180.486359,362.655334 C203.269272,376.821472 228.834198,381.764099 254.953033,383.366089 C272.274689,384.428467 289.758575,384.471619 307.124298,381.764252 C326.119781,378.802856 344.612915,374.464874 361.543945,365.041779 C367.175201,361.907654 372.448120,358.244843 376.836914,353.289429 C387.369171,341.397339 385.546265,328.915924 373.863373,317.613464 z'/></svg>");
}


