body {
    background-color: #fed766;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 20px;
    /* background:url(img/back.jpg) no-repeat 0 0;
    background-size: cover; */
}

a{
    color: #fe4a49;
}

h1{
    margin-bottom: 0px;
}
h2{
    margin-top:0px;
    color: #fe4a49;
}


.left{
    float:left;
    width: 960px;
}

.animation {
    border: 2px solid #009fb7;
    width: 240px;
    height: 311px;
    padding: 10px;
    overflow-y: scroll;
}

.deleteFrame {
    background-color: transparent;
    margin-left: 7px;
}

.playback {
    padding: 10px 0;
}

.frame {
    padding: 5px;
    cursor: pointer;
}

.frame input {
    width: 100px;
    margin-left: 10px;
}

.right {
    margin-left: 980px;
}

.drop {
    background-color: #f4f4f8;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.color {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 3px;
    top: 16px;
    height: 30px;
}

.edit {
    font-size: 2px;
    padding: 5px 5px;
    color: #f4f4f8;
    border: 0;
    text-transform: capitalize;
    position: absolute;
    top: 0;
}

.interface {
    display: inline-block;
    margin-top:15px;
}

.interface input,
.interface select {
    padding: 3px 10px;
}

.controls {
    padding: 20px 0px;
}

.controls .control {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.control {
    background-color: #fe4a49;
    width: 50px;
    height: 50px;
    color: #f4f4f8;
    position: absolute;
}

.control span {
    display: block;

    font-size: 10px;
    text-align: center;
}

.trash {
    width: 50px;
    height: 50px;
    background-color: #e6e6ea;
    float: right;
    position: absolute;
    left: 934px;
    background: url(../img/trash.png) no-repeat 13px 13px;
    background-size: 50%;
}

button {
    background-color: #009fb7;
    padding: 5px 10px;
    color: #f4f4f8;
    border: 0;
    text-transform: capitalize;
}

.activeFrame {
    background-color: #009fb7;
    color: #e6e6ea;
}

.copy {
    width: 960px;
    font-size: 16px;
}

label {
    display: block;
}

.label {
    display: inline-block;
}

.save{
    margin-left: 25px;
}
.download {
    margin-left: 25px;
}
