/* 
 * 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;
 }
 
 html {
    background-color: white;
  }
  section {
    margin-top: 40px;
  }
  section:last-of-type {
    margin-bottom: 40px;
  }
  .bsk-container {
    margin-top: 15px;
  }
  
  .x-icon {
    height: 1em;
    width: 1em;
    top: .125em;
    position: relative;
  }
  .x-alt {
    color: #777;
  }
  .centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#signoutbtn {
  padding: 0%;
  
}