


        .os_panel {
            /*margin-top: 40px;*/
            text-align: center;
        }

        .os_panel .featurette-divider {
           margin-top: 1px;
           margin-bottom: 1px;
        }

        .os_panel .os_panel_img {

        }

        .os_panel .os_panel_img div {
            position: relative;
            background-image: url("/img/storage/os/cutout.png");
            background-repeat: no-repeat;
            background-size: 100%;

            width: 284px;
            height: 254px;

            margin: 0px auto;
        }

         .os_panel .os_panel_img div img {
            position: absolute;
            top: 23px;
            left: 100px;
            height: 100px;
        }


        .os-star-holder .os-star {
            background-color: #2573A4;
            color: #ffffff;
            font-size: 9px;
            text-align: center;
            line-height: 16px;
            font-weight: bold;
            border-radius: 8px;
            height: 16px;
            width: 16px;
            display: inline-block;
            margin-left: 2px;
            margin-right: 2px;
        }

        .os-star-holder .os-star.os-star-muted {
            color: #2573A4;
        }

        .os-star-holder .os-star-free {
            background-color: #2573A4;
            color: #ffffff;
            font-size: 9px;
            text-align: center;
            line-height: 16px;
            font-weight: bold;
            border-radius: 8px;
            height: 16px;
            width: 110px;
            margin-left: auto;
            margin-right: auto;
            display: inline-block;
        }


        .file_hold_list {
            border-left: solid 1px #dddddd;
            padding-left: 20px;
        }

        .file_hold_list .file_hold {
            color: #ffffff;
            line-height: 100px;
            font-size: 16px;
            text-align: center;
            font-family: "Roboto", sans-serif;
            margin: auto;
            width: 120px;
            height: 120px;
            border: 10px solid white;
            border-radius: 50%;
            background-color: #63B76C;
            transition-duration: 2s;
        }

        .file_hold_list .file_hold:hover {
            background-color: #398439;
        }