/* 
 * Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
 * See LICENSE in the project root for license information.
 */

 html,
 body {
     width: 100%;
     height: 100%;
     margin: 0;
     padding: 0;
     font-family: 'Mark Pro', Arial, Helvetica, sans-serif;
     font-size: 100%;
     background-color: #000000;
     color: #f0f0f0; 
 }

 #app-body {
    color: #f0f0f0; 
 }
 
 .ms-welcome__main {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    padding: 10px 20px;
 }
 
.ms-Button.ms-Button--hero .ms-Button-label {
  color: rgb(38, 177, 177);
}

.ms-Button.ms-Button--hero:hover .ms-Button-label,
.ms-Button.ms-Button--hero:focus .ms-Button-label{
  color: rgb(38, 177, 177);
  cursor: pointer;
}

b {
    font-weight: bold;
}


h1, h2, h3, h4, h5, h6, .label {
  color: rgb(38, 177, 177);
}

td.label {
  text-align: right;
}

.label {
  font-weight: bold;
}

.alignments td {
  padding-right: 5px;
}

.alignments tr:nth-child(even) {
  background-color: #6e6a6a;
} 

table#summary {
  background-color: #000000;
}

table.alignments {
  font-size: 80%;
}