/*
//===================================================================================
// Copyright (c) Calnex Solutions Ltd.  All rights reserved.
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY
// OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT
// LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
// FITNESS FOR A PARTICULAR PURPOSE.
//===================================================================================
// The contents of this file should not be copied or distributed
// without permission being granted by Calnex Solutions Ltd.
//=================================================================================== 
*/

.cx-debug-yellow {
    border: 2px solid yellow;
}

.cx-debug-purple {
    border: 2px solid purple;
}

.cx-debug-red {
    border: 2px solid red;
}

.cx-debug-green {
    border: 2px solid green;
}

.cx-debug-blue {
    border: 2px solid blue;
}

.cx-debug-pink {
    border: 2px solid hotpink;
}

.cx-debug-orange {
    border: 2px solid orange;
}