@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/museo_sans_100.otf') format('otf'),
    url('../fonts/museo_sans_100.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans 300';
    src: url('../fonts/museo_sans_300.otf') format('otf'),
    url('../fonts/museo_sans_300.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, p, div, table, button, a {
    font-family:"Museo Sans 300";
}

.move-apple-to-free-over-a-week, .move-apple-to-free-over-a-month {
    margin-bottom:20px;
    font-size:16px;
}
.spacer-area {
    padding: 8px 0;
}
#clip-table{
    margin-top:20px;
}
.button-holder{
    margin-top:20px;
}
#manything-logo{
    width:130px;
    padding-top: 16px;
    padding-right:20px;
}
.status-label{
    padding-right:20px;
    font-weight:bold;
    padding-bottom:10px;
    display:inline-block;
    width:230px;
}
.sub-object{
    max-width:980px;
}

.type-number, .type-text, .type-boolean{
    display:inline-block;
}

time.unix-date {
    display: block;
}

.session-tag table, .event-tag table {
    background: #f5f5f5;
    border-collapse: separate;
    box-shadow: inset 0 1px 0 #fff;
    font-size: 12px;
    line-height: 24px;
    margin: 30px auto;
    text-align: left;
    width: 800px;
}

.session-tag th, .event-tag th {
    background:linear-gradient(#777, #444);
    border-left: 1px solid #555;
    border-right: 1px solid #777;
    border-top: 1px solid #555;
    border-bottom: 1px solid #333;
    box-shadow: inset 0 1px 0 #999;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    position: relative;
    text-shadow: 0 1px 0 #000;
}

.session-tag th:after, .event-tag th:after {
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
    content: '';
    display: block;
    height: 25%;
    left: 0;
    margin: 1px 0 0 0;
    position: absolute;
    top: 25%;
    width: 100%;
}

.session-tag th:first-child, .event-tag th:first-child  {
    border-left: 1px solid #777;
    box-shadow: inset 1px 1px 0 #999;
}

.session-tag th:last-child, .event-tag th:last-child {
    box-shadow: inset -1px 1px 0 #999;
}

.session-tag td, .event-tag td {
    border-right: 1px solid #fff;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 15px;
    position: relative;
    transition: all 300ms;
}

.session-tag td:first-child, .event-tag td:first-child {
    box-shadow: inset 1px 0 0 #fff;
}

.session-tag td:last-child, .event-tag td:last-child {
    border-right: 1px solid #e8e8e8;
    box-shadow: inset -1px 0 0 #fff;
}

.session-tag tr:last-of-type td, .event-tag tr:last-of-type td {
    box-shadow: inset 0 -1px 0 #fff;
}

.session-tag tr:last-of-type td:first-child, .event-tag tr:last-of-type td:first-child {
    box-shadow: inset 1px -1px 0 #fff;
}

.session-tag tr:last-of-type td:last-child, .event-tag tr:last-of-type td:last-child {
    box-shadow: inset -1px -1px 0 #fff;
}

.session-tag tbody:hover td, .event-tag tbody:hover td {
    color: transparent;
    text-shadow: 0 0 3px #aaa;
}

.session-tag tbody:hover tr:hover td, .event-tag tbody:hover tr:hover td {
    color: #444;
    text-shadow: 0 1px 0 #fff;
}
.modal-header h4 { width: 90% }

.pretty-login{
    text-align:center;
    background-color:#f37357;
}
.pretty-login img{
    max-width:100%;
}
.cop-robber{
    text-align:center;
}
.cop-robber img{
    max-width:100%;
}

.onoffswitch-checkbox {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.onoffswitch-checkbox + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}
input.onoffswitch-checkbox + label {
    padding: 2px;
    width: 120px;
    height: 60px;
    background-color: #dddddd;
    border-radius: 60px;
}
input.onoffswitch-checkbox + label:before,
input.onoffswitch-checkbox + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}
input.onoffswitch-checkbox + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background 0.4s;
}
input.onoffswitch-checkbox + label:after {
    width: 58px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.4s;
}
input.onoffswitch-checkbox:checked + label:before {
    background-color: #8ce196;
}
input.onoffswitch-checkbox:checked + label:after {
    margin-left: 60px;
}
.remove-clip-cross{
    font-size:25px;
    cursor:pointer;
}
.account-info h4{
    font-size:16px;
}
.account-info a{
    font-size:14px;
}
.limited-col{
    max-width:160px;
    word-wrap:break-word;
}


@media (min-width: 1200px) {
  .container {
    width: 98vw;
  }
}
