.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 0px solid #ddd;
}
.table-bordered {
    border: 0px solid #ddd;
}
.containerfull{
width:100%;
max-width:100%;
margin: 0 auto;
position: relative;
}

.containerfull .row {
    margin-right:0px;
    margin-left: 0px;
}
.addlink, .addlink:hover{
font-size: 16px;
    line-height: 24px;
    padding: 12px 24px!important;
    border-radius: 12px;
    background-color: #7c41ff!important;
    border:1px solid #7c41ff!important;
    color: #fff;
    width: 90%;
    display:block;
    margin:20px auto;
    text-align:center;
}
.linkrow{

    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 4px 2px 6px #d7dce1;
    transition: box-shadow .2s cubic-bezier(.08,.59,.29,.99);
    min-height: 108px;
    font-size: 14px;
    width:100%;
    margin-bottom: 20px;

}
.removebtn, .removeexit{
float:right;
margin-top:10px;
}
.updatebtn,.updatebtn:hover{
float:right;
background:#33a5f2;
border:1px solid #33a5f2;
margin-left:10px;
margin-top:10px;
}


  .linkbtnbig{
  display:block;
  padding:20px;
  font-size:20px;
  text-align:center;
  margin-bottom:20px;
        border-width: 2px;
        border-style: solid;
        border-color: #39e09b;
        background-color: #39e09b;
        color: #ffffff;
    }

   .linkbtnbig:hover {
        background-color: transparent;
        color: #39e09b;
        border-color: #39e09b;
    }
