﻿		.tableoptions
        {
            /*background: #fcfcfc;
            border: 1px solid #ddd;*/
            border-bottom: 0;
            padding: 8px;
            text-align: center;
            
            
        }
        .tableoptions button, .tableoptions input[type=button], .tableoptions input[type=submit]
        {
            background: #1CA8FF;
            font-size: 13px;
            color: #000000;
            /*padding: 7px 10px;*/
            margin: 0;
            outline: none;
            -webkit-border-radius: 5px;
            background-position:5% 50%;
            text-align:right;
            background-repeat: no-repeat; 
            height: 35px; 
            font-weight: bold; 
            
        }
        .tableoptions button:hover, .tableoptions input[type=button]:hover, .tableoptions input[type=submit]:hover
        {
            background: rgb(34, 196, 236);
            cursor: pointer;
            background-position:5% 50%;
            background-repeat: no-repeat; 
        }
        .tableoptions select
        {
            background: #fff;
            padding: 6px 5px 7px 5px;
            margin: 0;
            outline: none;
            font-size: 12px;
            color: #666;
            -webkit-border-radius: 5px;
        }