| /* Copyright 2015 The Chromium Authors. All rights reserved. | |
| * Use of this source code is governed by a BSD-style license that can be | |
| * found in the LICENSE file. */ | |
| body { | |
| font-family: Roboto; | |
| font-size: 0.75em; | |
| margin: 0; | |
| } | |
| #media-router-container { | |
| background-color: white; | |
| box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), | |
| 0 1px 8px 0 rgba(0, 0, 0, 0.12), | |
| 0 3px 3px -2px rgba(0, 0, 0, 0.4); | |
| display: flex; | |
| flex-direction: column; | |
| margin-bottom: 1px; | |
| width: calc(100% - 1px); | |
| } |