/*Navigation styles*/
#mynav { 
  width:100%; 
  display: flex;
  background-color: #7F0000;
}

#mynav ul { 
  margin: 0;
  display: flex;
  padding-top: 30px;
}

#mynav ul li a { 
  color: white; 
  font-size: 1.1em; 
  padding: 10px 20px; 
  text-decoration: none; 
  font-weight: bold;
}

#mynav ul li a:hover {
  color: grey; 
}

.active {
  color: white !important;
  border-style: solid;
  border-width: 2px;
}

#cmu-logo {
  height: 80px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: auto;
}

/*Footer styles*/
#myfooter {
  display: flex;
  justify-content: space-between;
  padding: 2em 20px;
  background-color: #7F0000;
  color: white;
}

/*Home page styles*/
.instructor {
  margin-top: 10px;
}

#teaching-team {
  display: flex;
}
#info {
  display: flex;
  padding-bottom: 20px;
}
#professors {
  flex: 0 0 50%;
  padding-right: 10px;
}

#TAs {
  flex: 1;
  padding-left: 10px;
}

#announcements {
  flex: 1;
  padding-left: 10px;
}

#tips{
  flex: 0 0 50%;
  padding-right: 10px;
}
#sidebar    {
   
    }

#page-wrap  {
    width: 60px;
    background: #fff;
    height: 400px;
    margin: 0 auto;
    }

/*Main body styles*/
html,
body {
  height: 100%;
  width: 100%;
  min-height: 100vh;
}

h2 {
  background-color: #7F0000;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
}

a {
  color: inherit;
  color: #7F0000;
}

a:hover {
  color: #7F0000;
}

h1 {
  color: #7F0000;
}

ul, ol {
  margin: 1px;
}

h1, h2, h3, h4, p {
  margin-top: 10px;
  margin-bottom: 5px;
}
.centered {
  margin: 10px auto;
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#app {
  background-color: #FFFFFF;
  min-width: 100%;
}

#wrapper {
  max-width: calc(950px + 16px * 2);
  margin: 0 auto;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 20px;
  flex-direction: column;
  flex: 1;
  /*border-style: solid;*/
  /*border-color: red;*/
  min-height: 77vh;
}

/*table  styles*/
.recitation-row {
  background-color: rgba(66,139,202, 0.3);
}

.monday-row {
  background-color: #C8C8C8;
}

.exam-row {
  background-color: yellow;
}

.break-row{
  background-color: lightgreen;
}

.exam {
  color: red;
}

#schedule-table {
    margin-top: 30px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }


#schedule-table th {
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: left;
    background-color: #7F0000;
    color: white;
}

#schedule-table td, #schedule-table th {
    border: 1px solid #7F0000;
    padding-left: 5px;
}

#schedule-table th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    background-color: #7F0000;
    color: white;
}

.table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }

.table th {
    text-align: left;
    background-color: #7F0000;
    color: white;
}

.table td, .table th {
    border: 1px solid #7F0000;
    padding-left: 10px;
}


.table tr:nth-child(even){background-color: #f2f2f2;}

.table td:hover {background-color: #ddd;}

.table th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    background-color: #7F0000;
    color: white;
}
