/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media (min-width:481px) {  
	
	#page-container #team-logo {
		width: 350px;
    height: 52px;
	}

  /* Static Zone Table */
  .static-zone-table .effort-column {
    display: table-cell;
  }

  .static-zone-table .effort-inline {
    display: none;
  }

  /* Scheduling Overview */
  .left-column .year-header {
    width: 100%;
  }

  .left-column .year-header .year-link {
    width: 100px;
    text-align: center;
  }

  .left-column .year-header .year-title {
    margin: 0 auto;
    width: 100px;
    text-align: center;
  }

  

}

