@charset "UTF-8";
/*

 */
/* line 1, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_jquery.tagit.scss */
ul.tagit {
  padding: 1px 5px;
  overflow: auto;
  margin-left: inherit;
  /* usually we don't want the regular ul margins. */
  margin-right: inherit;
}

/* line 7, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_jquery.tagit.scss */
ul.tagit li {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
}

/* line 12, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_jquery.tagit.scss */
ul.tagit li.tagit-choice {
  position: relative;
  line-height: inherit;
}

/* line 16, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_jquery.tagit.scss */
input.tagit-hidden-field {
  display: none;
}

/* line 19, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_jquery.tagit.scss */
ul.tagit li.tagit-choice-read-only {
  padding: .2em .5em .2em .5em;
}

/* line 23, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_jquery.tagit.scss */
ul.tagit li.tagit-choice-editable {
  padding: .2em 18px .2em .5em;
}

/* line 27, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_jquery.tagit.scss */
ul.tagit li.tagit-new {
  padding: .25em 4px .25em 0;
}

/* line 31, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_jquery.tagit.scss */
ul.tagit li.tagit-choice a.tagit-label {
  cursor: pointer;
  text-decoration: none;
}

/* line 35, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_jquery.tagit.scss */
ul.tagit li.tagit-choice .tagit-close {
  cursor: pointer;
  position: absolute;
  right: .1em;
  top: 50%;
  margin-top: -8px;
  line-height: 17px;
}

/* used for some custom themes that don't need image icons */
/* line 45, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_jquery.tagit.scss */
ul.tagit li.tagit-choice .tagit-close .text-icon {
  display: none;
}

/* line 49, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_jquery.tagit.scss */
ul.tagit li.tagit-choice input {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
}

/* line 54, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_jquery.tagit.scss */
ul.tagit input[type="text"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  width: inherit;
  background-color: inherit;
  outline: none;
}

/*
 * definitions
 */
/* line 3, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
body {
  background: #fff;
  margin: 0;
  padding: 0;
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 150%;
  padding-bottom: 100px;
}

/* line 19, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
hr.sep {
  width: 60%;
  margin: 50px auto;
}

/* line 24, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.toparea-wrapper {
  margin: 17px auto 12px auto;
}

/* line 27, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.ad {
  text-align: center;
}
/* line 30, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.ad.ad-top {
  min-height: 65px;
  max-height: 70px;
  overflow-y: hidden;
}
/* line 34, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.ad.ad-top.ad-fe {
  max-height: none;
}
/* line 37, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.ad.ad-top div.azlink-box {
  display: inline-block;
  vertical-align: top;
  margin: 0px 20px;
}
/* line 41, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.ad.ad-top div.azlink-box img {
  max-height: 70px;
}
/* line 44, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.ad.ad-top div.azlink-box div {
  margin: 2px !important;
}
/* line 47, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.ad.ad-top div.azlink-box div.azlink-info {
  max-width: 240px;
  max-height: 90px;
  overflow: hidden;
}
/* line 52, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.ad.ad-top div.azlink-box div.azlink-detail, div.ad.ad-top div.azlink-box div.azlink-link {
  font-size: 9px;
}
/* line 58, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.ad div.horizontal div, div.ad iframe {
  display: inline-block;
}
/* line 63, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.ad.ad-middle div.ad-container {
  display: inline-block;
  vertical-align: top;
  width: 468px;
  height: 60px;
}
/* line 68, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.ad.ad-middle div.ad-container div, div.ad.ad-middle div.ad-container span, div.ad.ad-middle div.ad-container iframe, div.ad.ad-middle div.ad-container img {
  display: inline-block;
}
/* line 70, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.ad.ad-middle div.ad-inline-wrapper {
  max-width: 100%;
  position: relative;
}
/* line 73, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.ad.ad-middle div.ad-inline-wrapper.fluct {
  max-width: 300px;
  max-height: 250px;
  margin: 40px auto;
}
/* line 78, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.ad.ad-middle div.ad-inline-wrapper div.adingoFluctZoominlineChild {
  zoom: 1.0 !important;
}
/* line 85, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.ad.ad-bottom div.center {
  text-align: center;
  margin: 0px auto;
}
/* line 88, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.ad.ad-bottom div.center div {
  display: inline-block;
}
/* line 93, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.ad.ad-bottom-utils div {
  padding-left: 10px;
}
/* line 97, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.ad div.imobile_adspotdiv2 {
  zoom: 50%;
}

/* line 102, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
ul.tagit {
  width: 100%;
  max-height: 300px;
  max-width: 600px;
  overflow-y: scroll;
}

/* line 109, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
.ui-autocomplete-input {
  position: relative;
}

/* line 112, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
.ui-autocomplete {
  position: relative;
  cursor: default;
  z-index: 1000000 !important;
  max-height: 100px;
  max-width: 300px;
  border-radius: 5px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 124, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.download {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  background: #33F;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}
/* line 134, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
div.download a {
  color: #fff;
}

/* line 138, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
form textarea {
  min-width: 400px;
  min-height: 160px;
}

/* line 144, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 150, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
.ui-helper-hidden-accessible {
  display: none;
}

/* line 154, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
/* line 162, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}
/* line 173, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 179, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 185, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
a {
  color: #000;
}
/* line 187, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_general.scss */
a:visited {
  color: #666;
}

/* line 1, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div#content-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0px auto;
}

/* line 6, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.container {
  margin: 0px auto;
  width: auto;
  padding: 0;
}
/* line 10, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.container h1 {
  font-size: 24px;
  margin-top: 30px;
}
/* line 14, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.container h2 {
  font-size: 18px;
  margin-top: 30px;
}
/* line 18, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.container.preset-show {
  position: relative;
  padding: 20px;
  background: #eee;
  border-radius: 5px;
  width: 500px;
  margin: 20px auto;
}

/* line 28, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.announce {
  text-align: center;
  margin: 20px auto;
  color: #777;
}

/* line 34, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.notice-area {
  position: absolute;
  top: -10px;
  left: 50%;
  text-align: center;
}
/* line 39, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.notice-area div {
  display: inline-block;
}
/* line 42, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.notice-area #notice {
  color: green;
}
/* line 45, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.notice-area #alert {
  color: #f88;
}
/* line 48, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.notice-area #notice, div.notice-area #alert {
  text-align: center;
  margin: 20px 0;
  background: #ddd;
  width: 300px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
}

/* line 60, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.paginate {
  width: 80%;
  margin: 0px auto;
  text-align: right;
}
/* line 64, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.paginate span {
  font-size: 12px;
}
/* line 69, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.paginate nav.pagination {
  margin: 0;
}
/* line 71, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.paginate nav.pagination ul.pagination {
  margin: 0;
}

/* line 77, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
#popup-modal {
  transform: scale(0.8);
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
/* line 83, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
.popup_visible #popup-modal {
  transform: scale(1);
  background: rgba(255, 255, 255, 0.9);
}
/* line 87, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
#popup-modal div.info {
  width: 400px;
}
/* line 91, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
#popup-modal pre.description {
  min-width: 600px;
  max-height: 400px;
  overflow-y: scroll;
}
/* line 96, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
#popup-modal div.new, #popup-modal div.edit, #popup-modal div.card-detail {
  min-width: 400px;
}
/* line 98, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
#popup-modal div.new p.caption-small, #popup-modal div.edit p.caption-small, #popup-modal div.card-detail p.caption-small {
  font-size: 8px;
}

/* line 105, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.tagcloud span {
  margin-right: 6px;
  margin-bottom: 6px;
}
/* line 109, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.tagcloud a {
  line-height: 150%;
}
/* line 112, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.tagcloud span.s1 {
  font-size: 20px;
}
/* line 115, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.tagcloud span.s2 {
  font-size: 18px;
}
/* line 118, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.tagcloud span.s3 {
  font-size: 16px;
}
/* line 121, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.tagcloud span.s4 {
  font-size: 14px;
}
/* line 124, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.tagcloud span.s5 {
  font-size: 12px;
}

/* line 129, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_style.scss */
div.footer {
  text-align: center;
  font-size: 8px;
}

/* line 3, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_header.scss */
div.site-header {
  height: 40px;
  background: #eee;
  font-size: 15px;
  overflow-y: hidden;
}
/* line 8, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_header.scss */
div.site-header div {
  display: inline-block;
  max-width: 400px;
  float: left;
  margin: 12px 30px;
}
/* line 14, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_header.scss */
div.site-header div.menu {
  color: #bbb;
  font-size: 13px;
}
/* line 18, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_header.scss */
div.site-header div.new-preset {
  float: left;
}
/* line 21, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_header.scss */
div.site-header div.user-info {
  float: right;
  padding-left: 20px;
}
/* line 24, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_header.scss */
div.site-header div.user-info.form {
  margin: 8px 30px;
}
/* line 27, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_header.scss */
div.site-header div.user-info a {
  margin-left: 20px;
}
/* line 28, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_header.scss */
div.site-header div.user-info input, div.site-header div.user-info label {
  display: inline-block;
  max-width: 120px;
  font-weight: normal;
  font-size: 12px;
}
/* line 34, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_header.scss */
div.site-header div.user-info label {
  font-size: 13px;
}

/* line 3, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_index.scss */
div.index-utils {
  margin: 20px auto;
  margin-top: 0px;
  position: inherit;
  width: 100%;
  display: block;
}
/* line 8, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_init.scss */
div.index-utils:after {
  content: "";
  display: table;
  clear: both;
}
/* line 11, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_index.scss */
div.index-utils div.cards-view-control, div.index-utils div.cards-control {
  float: none !important;
}
@media screen and (min-width: 600px) {
  /* line 3, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_index.scss */
  div.index-utils {
    width: 100%;
    position: relative;
  }
  /* line 18, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_index.scss */
  div.index-utils div.cards-view-control, div.index-utils div.cards-control {
    float: left !important;
  }
}
@media screen and (min-width: 600px) {
  /* line 24, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_index.scss */
  div.index-utils div.cards-buttons {
    width: 30%;
    position: absolute;
    display: inline-block;
    right: 0;
    min-height: 100px;
  }
}
/* line 33, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_index.scss */
div.index-utils div.cards-buttons div.new-preset {
  display: block;
  background: #32E;
  border-radius: 5px;
  font-size: 15px;
  padding: 10px 24px;
  max-width: 200px;
  margin: 0px auto;
  text-align: center;
}
/* line 38, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_index.scss */
div.index-utils div.cards-buttons div.new-preset a {
  color: #fff;
}
@media screen and (min-width: 600px) {
  /* line 33, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_index.scss */
  div.index-utils div.cards-buttons div.new-preset {
    margin-top: 5px;
  }
}

/* line 55, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_index.scss */
div.random-pickup div.random-pickup-cards {
  width: 100%;
  max-height: 280px;
  overflow-y: hidden;
}
/* line 61, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_index.scss */
div.random-pickup p {
  width: 80%;
  display: block;
  margin: 0px auto;
}

/* line 3, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.preset-cards {
  width: 100%;
  margin: 30px auto;
}

/* line 8, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.preset-card-container {
  width: 100%;
  max-width: 1200px;
}
/* line 8, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_init.scss */
div.preset-card-container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 15, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.preset-card {
  width: 178px;
  height: 220px;
  float: left;
  background: #eee;
  margin: 10px 0;
  margin-right: 20px;
  position: relative;
}
/* line 24, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.preset-card div.preset-image {
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: 138px;
  height: 200px;
  background: #eee;
  text-align: center;
}
/* line 32, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.preset-card div.preset-image img {
  width: 138px;
  height: 200px;
  background: #eee;
}
/* line 39, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.preset-card div.info {
  position: absolute;
  top: 0;
  visibility: hidden;
}
/* line 44, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.preset-card div.commands {
  position: absolute;
  top: 0;
  font-size: 16px;
}
/* line 49, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.preset-card div.commands a:hover .glyphicon {
  color: #777 !important;
}
/* line 52, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.preset-card div.commands .glyphicon {
  color: #bbb;
  margin: 3px;
}
/* line 57, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.preset-card div.commands a.remove-bookmark .glyphicon {
  color: #fc9;
}
/* line 58, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.preset-card div.commands a.remove-bookmark:hover .glyphicon {
  color: #eb8 !important;
}
/* line 61, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.preset-card div.commands-left {
  left: 0;
}
/* line 64, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.preset-card div.commands-right {
  right: 0;
}

/* line 71, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.preset-detail {
  width: 400px;
}
/* line 73, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.preset-detail img {
  float: left;
  margin-right: 20px;
}
/* line 78, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.preset-detail div.card div {
  margin: 0;
  margin-right: 15px;
}
/* line 83, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.preset-detail div.glyph {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  margin-top: 10px;
}
/* line 87, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.preset-detail div.glyph a.remove-bookmark .glyphicon {
  color: #fb8;
}
/* line 89, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.preset-detail div.glyph a {
  color: #777;
}
/* line 91, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.preset-detail div.glyph a:hover {
  text-decoration: none;
}

/* line 101, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.card-overlay-score {
  position: absolute;
  visibility: hidden;
  top: 20px;
  left: 15px;
  bottom: 10px;
  right: 15px;
  background: rgba(100, 100, 100, 0.5);
  border-radius: 5px;
  z-index: 100;
  color: #eee;
}
/* line 112, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.card-overlay-score > div {
  margin-top: 2px;
  margin-bottom: 18px;
}
/* line 116, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.card-overlay-score span.label {
  opacity: 0.8;
  display: block;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  padding: 0px 5px 12px 5px;
}
/* line 124, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.card-overlay-score span.val {
  opacity: 0.9;
  font-size: 36px;
  display: block;
}
/* line 129, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.card-overlay-score div.score {
  position: relative;
  text-align: center;
}
/* line 133, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.card-overlay-score div.dls {
  position: relative;
  text-align: center;
}
/* line 136, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.card-overlay-score div.dls .val {
  font-size: 32px;
}
/* line 138, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.card-overlay-score div.bookmarks {
  position: relative;
  text-align: center;
}

/* line 144, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.cards-control {
  width: 70%;
  float: left;
  background: #eee;
  border-radius: 5px;
  padding: 8px;
  margin: 5px auto;
}
/* line 8, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_init.scss */
div.cards-control:after {
  content: "";
  display: table;
  clear: both;
}
/* line 152, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.cards-control div {
  margin: 5px auto;
  float: left;
}

/* line 164, /Users/tohhy/syncd/repos/webapps/cm3d2-preloda/app/assets/stylesheets/_cards.scss */
div.cards-view-control {
  width: 70%;
  float: left;
  background: #eee;
  border-radius: 5px;
  padding: 8px;
  margin: 5px auto;
}
