.shotLinkContainer{
    margin-bottom: 20px;
}
.pageLinkItem{
    font-size: 30px;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    color: #000000;
}
.shotLinkItem{
    font-size: 30px;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    color: #000000;
}
.shotLinkItem:hover{
    color: #52b83b;
}
.shotLinkItem.selected{
    color: #FFFFFF;
    background-color: #000000;
}


.sceneItem2{
    display: inline-block;
    width: 100px;
    border: 10px solid #CCCCCC;
    margin-right: 20px;
    padding-top: 10px;
    background-color: #FFFFFF;
    content: "."
}
.sceneItem2.selected{
    border: 10px solid #000000;
    cursor: default;
}
.shotItem2{
    bisplay: block;
    width: 80px;
    height: 30px;
    background-color: #CCCCCC;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    content: "."
}
.shotItem2.selected{
    background-color: #52b83c;
}
.shotItem2.selected2{
    background-color: #2cbbe1;
    cursor: default;
}
.shotItem2:hover{
    background-color: #45f71f;
}
.shotItem2.selected2:hover{
    background-color: #2cbbe1;
}

.color_info{
    font-size: 18px;
    font-weight: bold;
}