/* line 1, app/styles/_player.scss */
#dropzone {
  text-align: center; }

/* line 5, app/styles/_player.scss */
#file {
  opacity: 1; }

/* line 9, app/styles/_player.scss */
.main-row {
  margin-top: 45px;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }

/* line 17, app/styles/_player.scss */
.main-row.hover {
  background-color: grey; }

/* line 21, app/styles/_player.scss */
.main-row #file {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 500px;
  width: 1700px;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

/* line 35, app/styles/_player.scss */
.row2 {
  width: 70%;
  display: table;
  table-layout: fixed; }

/* line 41, app/styles/_player.scss */
.row2.player {
  margin-right: auto;
  margin-left: auto;
  margin-top: 110px; }

/* line 47, app/styles/_player.scss */
.row2.explanation {
  margin-right: auto;
  margin-left: auto;
  margin-top: 90px; }

/* line 53, app/styles/_player.scss */
.row2.explanation .col2 {
  text-align: center;
  font-weight: bolder;
  color: white; }

/* line 59, app/styles/_player.scss */
.row2.main-row form {
  margin-bottom: 0; }

/* line 63, app/styles/_player.scss */
.col2 {
  display: table-cell; }

/* line 67, app/styles/_player.scss */
.rectangle {
  width: 10px;
  height: 30px;
  border-right: 12px solid;
  border-left: 12px solid;
  text-align: right;
  margin-left: auto;
  margin-right: 10px;
  color: white; }

/* line 78, app/styles/_player.scss */
.player {
  height: 70px; }

/* line 82, app/styles/_player.scss */
.inner {
  margin-bottom: 3px;
  border-bottom: 8px solid;
  color: white; }

/* line 88, app/styles/_player.scss */
.rectangle2 {
  text-align: left;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  border: 4px solid;
  width: 50px;
  margin-left: 10px;
  height: 30px;
  color: white; }

/* line 100, app/styles/_player.scss */
.pause-symbol {
  margin-left: calc(77% - 3rem); }

/* line 104, app/styles/_player.scss */
.main-row {
  height: 300px;
  background-color: black;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

/* line 1, app/styles/_globals.scss */
body {
  background-color: white; }

/* line 5, app/styles/_globals.scss */
html {
  font-size: 80%; }


/*# sourceMappingURL=app.css.map*/