body{
    margin:0;
    background:#eef2f6;
    font-family:Arial,Helvetica,sans-serif;
}

.wrapper{
    width:95%;
    max-width:1200px;
    margin:30px auto;
}

h1{
    margin-bottom:25px;
    color:#222;
}

.topbar{
    margin-bottom:20px;
}

.button{

    display:inline-block;

    background:#1565c0;
    color:#fff;

    padding:10px 18px;

    text-decoration:none;

    border-radius:6px;

    margin-right:10px;

    transition:.2s;

}

.button:hover{

    background:#0d47a1;

}

table{

    width:100%;

    border-collapse:collapse;

    background:white;

    border-radius:8px;

    overflow:hidden;

    box-shadow:0 2px 10px rgba(0,0,0,.08);

}

th{

    background:#1565c0;

    color:white;

    padding:14px;

}

td{

    padding:12px;

    border-bottom:1px solid #ececec;

}

tr:hover{

    background:#f7fbff;

}

.ok{

    color:green;
    font-weight:bold;

}

.udlob{

    color:red;
    font-weight:bold;

}

.action a{

    text-decoration:none;

    margin-right:10px;

}