.menuBarStyle .page-container {
  background-color: #f1f1f1;
  padding: 32px; 
}

.menuBarStyle .page {
  margin: 0 auto;
  background-color: white;
  padding: 24px;
  max-width: 680px;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25); }

.menuBarStyle .page h1 {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 0;
  font-weight: normal; }

.menuBarStyle .page p {
  line-height: 1.6rem; }

.sideBarButtonAdd{
  float: right;
  position: relative;
  font-size: 14px;
  color: mediumseagreen;
}

.sideBarButtonRemove{
  float: right;
  position: relative;
  font-size: 14px;
  color: mediumvioletred;
}

.sideBarButtonSee{
  float: right;
  position: relative;
  font-size: 14px;
  margin-right: 10px;
  color: lightcyan;
}

/*
Copyright 2016 Google Inc. All Rights Reserved. 
Use of this source code is governed by an MIT-style license that can be in foundin the LICENSE file at http://material.angularjs.org/license.
*/