table{
    width:60vw;
}

.nvideo-firmware-update-sec{
    margin-top:80px;
    margin-bottom: 40vh;
    display: flex;
    flex-direction:column;
    align-items: center;

}
.download_firmware{
    background-color:#072135;
}
.nvideo_download_sec,.nvideo_update_sec{
    display:flex;
    flex-direction: column;
    background-color:#F7F7F7;
    border-radius:3px;
    padding:100px;
    box-shadow: 2px 2px 2px 2px #AAAAAA;
}
.nvideo_update_sec{
    margin-top:50px;
}
.nvideo_download_detail_sec{
    display:flex;
    margin-top:30px;
}
.nvideo_download_detail_title{
    margin-right:300px;
}
.nvideo_download_links{
    margin-left:100px;
}
.nvideo_download_sec_title,.nvideo_update_sec_title,.nvideo_history_sec_title{
    font-size: 30px;
    font-weight:bold;
    align-items: center;
}
.nvideo_update_sec_title,.nvideo_history_sec_title{
    margin-top:50px;
}
.nvideo_download_items,.nvideo_update_items{
    padding:10px;
    font-size:20px;
    margin:10px;
}

.nvideo_download_items_download{
    background-color: #CCEBFF;
    font-weight: bold;
    border:none;
    cursor: pointer;
    /*transition: .1s;*/
    border-radius: 3px;
    bottom:5px; 
    padding-left:30px;
    padding-right:30px;
}
.nvideo_download_items_download:hover{
    color:#fff;
	background-color: #0070BB;
}

.hr{
    margin-top:50px;
}
#special-announcement{
    color:#E12E2E;
    
}


@media(max-width:1050px){
    .nvideo_download_detail_title{
        margin-right:100px;
    }
}
@media(max-width:850px){
    .nvideo_download_detail_title{
        margin-right:50px;
    }
}
@media(max-width:800px){
    .nvideo_download_detail_title{
        margin-right:0px;
    }
    .nvideo_download_links{
        margin-left:10px;
    }
}
@media(max-width:657px){
    .nvideo_download_sec_title,.nvideo_update_sec_title,.nvideo_history_sec_title{
        font-size: 18px;
    }
    .nvideo_download_items,.nvideo_update_items{
        font-size:15px;
    }
}
@media(max-width:610px){
    .nvideo_download_detail_title{
        margin-right:0px;
    }
    .nvideo_download_links{
        margin-left:0px;
    }
    .nvideo_download_sec{
        padding:20px;
    }
    .nvideo_download_sec_title,.nvideo_update_sec_title,.nvideo_history_sec_title{
        font-size: 18px;
    }
    .nvideo_download_items,.nvideo_update_items{
        font-size:15px;
    }
    .nvideo_download_items_download{
        padding:10px;
    }
}
