
@media screen and (min-width: 1150px) {

	.vpnserverlist-devices-title
	{
		font-size: 2em;
		width: 100%;
		text-align: left;
		color: #626262;
		text-decoration: underline;
	}
	
	.vpnserverlist-devices-title h2
	{
		padding: 0;
		margin: 0;
		margin-left: 20px;
	}

	.vpnserverlist-element
	{
        display: table;
        background-color: #fff;
        color: #5969D3;
        margin: 5px;
        border-radius: 30px;
        padding: 30px;  
        float: left;
		width: 500px;		
	}

	.vpnserverlist-element-details-name
    {
        font-size: 3em;
        font-weight: bold;
		width: 440px;
		float: left;
		overflow: hidden;
		white-space: nowrap;
		margin-right: 10px;
    }

	.vpnserverlist-element-details-btnadd
    {
        font-size: 2em;
        font-weight: bold;
        width: 50px;
		float: left;
    }
	
		
	.vpnserverlist-element-details-btnadd button
	{
		color: #FFFFFF;
		background-color: #00FF00; 
		width: 100%; 
		height: 50px;		
	}
	
	.vpnserverlist-element-details-btnadd button:disabled,
	.vpnserverlist-element-details-btnadd button[disabled]
	{
		border: 1px solid #999999;
		background-color: #cccccc;
		color: #666666;
		cursor: none;
	}

    .vpnserverlist-element-details-btnadd button:hover
    {
        cursor: pointer;
    }
}