/**CSS changes for pgn4web**/
/**
 * @file
 * CSS for pre.pgn4web and iframe.pgn4web.
 */
iframe.pgn4web {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 625px;
}

pre.pgn4web {
  border: none;
  margin: 0;
  width:0px;
  height: 0px;
  padding: 0;
}

.pgn-logo {
  background-image: url('../../images/pgn/uschess_logo_horizontal.png');
  display: block;
  width: 200px;
  height: 50px;
  background-size: auto 33px;
  background-repeat: no-repeat;
  margin: auto;
  text-align: center;
  position: relative;
  margin-bottom: -20px;
}

.chess-fen-container {
  margin: auto;
}

.fen-logo {
  margin: auto;
  left: 15px;
  margin-top: 15px;
}

iframe.pgn4web body {
  padding: 0px 13px;
}

.whiteSquare, .blackSquare {
 border: 0px !important;
}

/* Frame with a single game. */
iframe.pgn4web-single {
}

/* Frame with multiple games. */
iframe.pgn4web-multiple {
  height: 310px; /* More room for dropdown list. */
}

a.file--mime-application-x-chess-pgn {
  background-color: #F0F0F0;
  display: block;
  color: black;
  top: -60px;
  position: relative;
  font-size: 10px;
  padding: 2.4px 5px 2.4px 5px;
  text-align: center;
  float: left;
  left: 263px;
}