/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.article-ribbon {
  width: 100%;
  height: 40vh;
  background-color: #3F51B5;
  flex-shrink: 0;
}

header {
  position: fixed;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12) !important;
}

.article-main {
  margin-top: calc(56px - 35vh);
  flex-shrink: 0;
}

.article-header .mdl-layout__header-row {
  padding-left: 0px;
}

.article-container {
  max-width: 1600px;
  width: calc(100% - 16px);
  margin: 0 auto;
}

.article-content {
  border-radius: 2px;
  padding: 80px 56px;
  margin-bottom: 80px;
}

.article-layout.is-small-screen .article-content {
  padding: 40px 28px;
}

.article-content h3 {
  margin-top: 48px;
}

.mdl-layout-title {
  margin-left: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 64px);
}

#back_btn {
  width: 48px;
  height:48px;
  margin: 4px;
}

h2 {
  margin-top: 0;
  font-size: 38px;
}

.table-wrapper {
  overflow-x: auto;
}

.table-wrapper > table {
  margin: 0 auto;
}

figure {
  margin-top: 24px;
  margin-bottom: 24px;
}

figcaption {
  font-weight: bold;
  margin-bottom: 4px;
}

a.anchor {
  display: block;
  position: relative;
  top: -64px;
  visibility: hidden;
}

.mdl-data-table__cell--non-numeric {
  font-family: "Noto Sans KR","Helvetica","Arial",sans-serif;
}

p i, li i {
  vertical-align: middle;
}